debug output

This commit is contained in:
Dave Schuyler 2006-03-07 04:25:10 +00:00
parent e096d63960
commit 9a647cf23f

View File

@ -106,6 +106,7 @@ write(ostream &out, unsigned int indent) const {
#ifndef NDEBUG //[
out.width(indent); out<<""; out<<"LinearControlForce:\n";
out.width(indent+2); out<<""; out<<"_fvec "<<_fvec<<"\n";
out.width(indent+2); out<<""; out<<"_physics_object "<<_physics_object<<"\n";
LinearForce::write(out, indent+2);
#endif //] NDEBUG
}