Changeset 9371 in orxonox.OLD for branches/proxy/src/lib/physics
- Timestamp:
- Jul 20, 2006, 11:08:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/physics/physics_connection.cc
r9357 r9371 81 81 } 82 82 else 83 PRINTF(5)("subject::%s\n", this->subject->get Name());83 PRINTF(5)("subject::%s\n", this->subject->getCName()); 84 84 } 85 85 … … 95 95 } 96 96 else 97 PRINTF(5)("field::%s\n", this->field->get Name());97 PRINTF(5)("field::%s\n", this->field->getCName()); 98 98 99 99 }
Note: See TracChangeset
for help on using the changeset viewer.