Update of /cvsroot/dda/ntdda/src
In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv5939
Modified Files:
combineddf.c
Log Message:
the time info dialog which is running at the end of each solution has been enabled
Index: combineddf.c
===================================================================
RCS file: /cvsroot/dda/ntdda/src/combineddf.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** combineddf.c 17 Dec 2003 23:36:36 -0000 1.49
--- combineddf.c 10 Apr 2008 01:33:51 -0000 1.50
***************
*** 18,21 ****
--- 18,24 ----
/*
* $Log$
+ * Revision 1.50 2008/04/10 01:33:51 rgrayeli
+ * the time info dialog which is running at the end of each solution has been enabled
+ *
* Revision 1.49 2003/12/17 23:36:36 doolin
* Merged in my changes from final mil-4 checkout.
***************
*** 756,761 ****
DLog = datalog_new( ad->nTimeSteps, ad->nJointMats, gd->nBlocks);
/* Clock stopped in postProces() */
! //DLog->analysis_start = clock();
! //DLog->assemble_runtime = 0;
initStorageTempArrays(gd->nBlocks);
--- 759,764 ----
DLog = datalog_new( ad->nTimeSteps, ad->nJointMats, gd->nBlocks);
/* Clock stopped in postProces() */
! DLog->analysis_start = clock();
! DLog->assemble_runtime = 0;
initStorageTempArrays(gd->nBlocks);
|