|
From: Rob <geo...@us...> - 2005-08-28 20:33:25
|
Update of /cvsroot/timewarp/source/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4987/source/util Modified Files: errors.cpp Log Message: debugging Index: errors.cpp =================================================================== RCS file: /cvsroot/timewarp/source/util/errors.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** errors.cpp 1 Aug 2005 10:46:35 -0000 1.12 --- errors.cpp 28 Aug 2005 20:33:17 -0000 1.13 *************** *** 30,34 **** SpaceLocation *o = physics->item[i]; // write: address, parent, target pointer, identity, pos, angle, and vel ! fprintf(f, "0x%08p p:0x%08p t:0x%08p id:%s\n\t\tx:%9.3f y:%9.3f a:%6.3f vx:%6.4f vy:%6.4f\n", o, o->parent, o->target, o->get_identity(), --- 30,34 ---- SpaceLocation *o = physics->item[i]; // write: address, parent, target pointer, identity, pos, angle, and vel ! fprintf(f, "0x%08p p:0x%08p t:0x%08p id:%s x:%9.3f y:%9.3f a:%6.3f vx:%6.4f vy:%6.4f\n", o, o->parent, o->target, o->get_identity(), |