Changeset 1530 for branches/alma/src
- Timestamp:
- 03/13/09 16:27:14 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/src/MathUtils.cpp
r1516 r1530 84 84 String str(which); 85 85 str.upcase(); 86 if (str. matches(String("MIN_ABC"))) {86 if (str.contains(String("MIN"))) { 87 87 return minPos; 88 } else if (str. matches(String("MAX_ABC"))) {88 } else if (str.contains(String("MAX"))) { 89 89 return maxPos; 90 90 } else {
Note:
See TracChangeset
for help on using the changeset viewer.