[Dda-cvs] ntdda/include datalog.h,1.9,1.10
Status: Beta
Brought to you by:
doolin
From: Roozbeh <rgr...@us...> - 2008-04-10 01:34:43
|
Update of /cvsroot/dda/ntdda/include In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv6335 Modified Files: datalog.h Log Message: the time info dialog which is running at the end of each solution has been enabled Index: datalog.h =================================================================== RCS file: /cvsroot/dda/ntdda/include/datalog.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** datalog.h 6 Jul 2006 02:28:37 -0000 1.9 --- datalog.h 10 Apr 2008 01:34:36 -0000 1.10 *************** *** 57,62 **** clock_t assemble_runtime; clock_t integration_runtime; ! //clock_t solve_runtime; ! //clock_t openclose_runtime; //clock_t contact_runtime; //clock_t update_runtime; --- 57,62 ---- clock_t assemble_runtime; clock_t integration_runtime; ! clock_t solve_runtime; ! clock_t openclose_runtime; //clock_t contact_runtime; //clock_t update_runtime; |