Changeset 18926 for trunk/Mars/mcore/nova.h
- Timestamp:
- 11/04/17 17:49:46 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/nova.h
r18830 r18926 3 3 4 4 #include <map> 5 #include <cmath> 5 6 #include <string> 7 #include <limits> 6 8 #include <algorithm> 7 9 … … 45 47 }; 46 48 47 for (auto &c: obs)48 c = toupper(c);49 for (auto it=obs.begin(); it!=obs.end(); it++) 50 *it = toupper(*it); 49 51 50 52 const auto it = lut.find(obs);
Note:
See TracChangeset
for help on using the changeset viewer.