Changeset 668 for code/branches/FICN/src/orxonox/core/ArgReader.cc
- Timestamp:
- Dec 22, 2007, 4:35:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/core/ArgReader.cc
r543 r668 83 83 if(argpos != 0) 84 84 { 85 floating = atof(arguments_[argpos]);85 floating = (float)atof(arguments_[argpos]); 86 86 } 87 87 else
Note: See TracChangeset
for help on using the changeset viewer.