Changeset 668 for code/branches/FICN/src/orxonox/core
- Timestamp:
- Dec 22, 2007, 4:35:17 PM (17 years ago)
- Location:
- code/branches/FICN/src/orxonox/core
- Files:
-
- 2 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 -
code/branches/FICN/src/orxonox/core/Identifier.cc
r513 r668 100 100 COUT(1) << "Aborting..."; 101 101 abort(); 102 return NULL; 102 103 } 103 104 }
Note: See TracChangeset
for help on using the changeset viewer.