- Timestamp:
- Nov 5, 2008, 5:32:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/network/Synchronisable.cc
r2143 r2144 297 297 it++; 298 298 } 299 assert(0); //if we reach this point something went wrong 299 bool unregistered_nonexistent_variable = false; 300 assert(unregistered_nonexistent_variable); //if we reach this point something went wrong: 301 // the variable has not been registered before 300 302 } 301 303
Note: See TracChangeset
for help on using the changeset viewer.