Changeset 6185 for code/branches/presentation2/src/libraries/core
- Timestamp:
- Nov 30, 2009, 11:32:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/core/ConsoleCommandCompilation.cc
r6105 r6185 158 158 float calculate(const std::string& calculation) 159 159 { 160 ExprParser expr(calculation); 160 ExprParser expr; 161 expr.parse(calculation); 161 162 if (expr.getSuccess()) 162 163 {
Note: See TracChangeset
for help on using the changeset viewer.