Changeset 1024
- Timestamp:
- Jun 8, 2008, 7:00:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/RpUnitsFInterface.cc
r1018 r1024 18 18 #include "RpBindingsDict.h" 19 19 20 int20 extern "C" int 21 21 rp_define_unit( char* unitName, 22 22 int* basisName, … … 33 33 34 34 if (basisName && *basisName) { 35 basisStrName = ObjDictUnits.find(*basisName); 35 long key = (long)*basisName; 36 basisStrName = ObjDictUnits.find(key); 36 37 37 38 if (basisStrName != "") {
Note: See TracChangeset
for help on using the changeset viewer.