- Timestamp:
- 06/22/16 16:37:18 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/model.cpp
r501 r519 1005 1005 { 1006 1006 ret=0; 1007 logPrintf("Model","internalCheck",LOG_ERROR,"Delta too big in Joint #%d%s",i,nameForErrors().c_str()); 1008 } 1009 else if (j->d()<getMinJoint().d.x) 1010 { 1011 ret=0; 1012 logPrintf("Model","internalCheck",LOG_ERROR,"delta too small in Joint #%d%s",i,nameForErrors().c_str()); 1007 logPrintf("Model","internalCheck",LOG_ERROR,"Joint #%d too long%s",i,nameForErrors().c_str()); 1013 1008 } 1014 1009 }
Note: See TracChangeset
for help on using the changeset viewer.