Changeset 2774 in Sophya for trunk/SophyaLib/BaseTools/sophyainit.cc
- Timestamp:
- May 26, 2005, 6:47:14 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/sophyainit.cc
r2660 r2774 130 130 PPRegister(PPFWrapperSTLVector< complex<r_8> >); 131 131 DObjRegister(PPFWrapperSTLVector< complex<r_8> >, std::vector< complex<r_8> >); 132 PPRegister(PPFWrapperSTLVector< string>);133 DObjRegister(PPFWrapperSTLVector< string>, std::vector<string>);132 PPRegister(PPFWrapperSTLVector< string >); 133 DObjRegister(PPFWrapperSTLVector< string >, std::vector<string>); 134 134 135 135
Note:
See TracChangeset
for help on using the changeset viewer.