Changeset 1076 for cpp/frams/util
- Timestamp:
- 02/16/21 06:37:09 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/util/extvalue.cpp
r1005 r1076 986 986 case TUnknown: 987 987 case TInvalid: 988 logPrintf("ExtValue", "get Int", LOG_ERROR, "Getting floating point value from %s", getString().c_str());988 logPrintf("ExtValue", "getDouble", LOG_ERROR, "Getting floating point value from %s", getString().c_str()); 989 989 return 0.0; 990 990 default:;
Note: See TracChangeset
for help on using the changeset viewer.