Changeset 1875 in Sophya for trunk/SophyaLib/BaseTools/dvlist.cc
- Timestamp:
- Jan 20, 2002, 12:43:18 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/dvlist.cc
r1871 r1875 223 223 if (it == mvlist.end()) return(def); 224 224 #if defined(__GNUG__) 225 //complex<r_8> z;226 //z = (*it).second.elval;227 return( (*it).second.elval.ToComplexD());225 complex<r_8> z; 226 z = (*it).second.elval; 227 return(z); 228 228 #else 229 229 return( (complex<r_8>)(*it).second.elval );
Note:
See TracChangeset
for help on using the changeset viewer.