Changeset 709 for trunk/src/core/RpUnits.h
- Timestamp:
- May 7, 2007, 12:18:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/RpUnits.h
r568 r709 45 45 #define RP_TYPE_PRESSURE "pressure" 46 46 #define RP_TYPE_CONC "concentration" 47 #define RP_TYPE_FORCE "force" 47 48 #define RP_TYPE_MISC "misc" 48 49 … … 82 83 static int addPresetPressure(); 83 84 static int addPresetConcentration(); 85 static int addPresetForce(); 84 86 static int addPresetMisc(); 85 87 }; … … 103 105 static bool hintTypePressure ( RpUnits* unitObj ); 104 106 static bool hintTypeConc ( RpUnits* unitObj ); 107 static bool hintTypeForce ( RpUnits* unitObj ); 105 108 static bool hintTypeMisc ( RpUnits* unitObj ); 106 109 … … 499 502 // populate the dictionary with a set of units specified by group 500 503 // if group equals........................then load................ 501 // "all" load all available units 502 // RP_TYPE_ENERGY "energy" load units related to energy 503 // RP_TYPE_EPOT "electric_potential" load units related to electric potential 504 // RP_TYPE_LENGTH "length" load units related to length 505 // RP_TYPE_TEMP "temperature" load units related to temperature 506 // RP_TYPE_TIME "time" load units related to time 507 // RP_TYPE_VOLUME "volume" load units related to volume 508 // RP_TYPE_ANGLE "angle" load units related to angles 509 // RP_TYPE_MASS "mass" load units related to mass 510 // RP_TYPE_PREFIX "prefix" load unit prefixes 511 // RP_TYPE_PRESSURE "pressure" load units related to pressure 512 // RP_TYPE_CONC "concentration" load units related to pressure 513 // RP_TYPE_MISC "misc" load units related to everything else 504 // "all" load all available units 505 // RP_TYPE_ENERGY "energy" load units related to energy 506 // RP_TYPE_EPOT "electric_potential" load units related to electric potential 507 // RP_TYPE_LENGTH "length" load units related to length 508 // RP_TYPE_TEMP "temperature" load units related to temperature 509 // RP_TYPE_TIME "time" load units related to time 510 // RP_TYPE_VOLUME "volume" load units related to volume 511 // RP_TYPE_ANGLE "angle" load units related to angles 512 // RP_TYPE_MASS "mass" load units related to mass 513 // RP_TYPE_PREFIX "prefix" load unit prefixes 514 // RP_TYPE_PRESSURE "pressure" load units related to pressure 515 // RP_TYPE_CONC "concentration" load units related to concentration 516 // RP_TYPE_FORCE "force" load units related to force 517 // RP_TYPE_MISC "misc" load units related to everything else 514 518 // (no other groups have been created) 515 519
Note: See TracChangeset
for help on using the changeset viewer.