|
From: Martin R. <ru...@us...> - 2009-03-22 01:11:53
|
Update of /cvsroot/foo/foo/libfoo/src In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25010/src Modified Files: FOOBreakpointFunction.m Log Message: fixed bpf when starting calculation inside bpf (e.g. with ref/off) Index: FOOBreakpointFunction.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOBreakpointFunction.m,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** FOOBreakpointFunction.m 28 Feb 2005 16:37:22 -0000 1.5 --- FOOBreakpointFunction.m 22 Mar 2009 01:11:40 -0000 1.6 *************** *** 169,173 **** NSString *b; ! b = [NSString stringWithFormat: @"beginT = %f, endT = %f\n", _beginT, _endT]; [FOOGlobalsManager schemeOutput: b]; while (sp->count != 0) --- 169,173 ---- NSString *b; ! b = [NSString stringWithFormat: @"firstV = %f, beginT = %f, endT = %f\n", _firstV, _beginT, _endT]; [FOOGlobalsManager schemeOutput: b]; while (sp->count != 0) |