From: <mk...@us...> - 2003-07-18 21:18:20
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim/Source In directory sc8-pr-cvs1:/tmp/cvs-serv28794/Source Modified Files: Theater.cpp Log Message: Index: Theater.cpp =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Source/Theater.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Theater.cpp 26 Jun 2003 09:25:23 -0000 1.3 --- Theater.cpp 18 Jul 2003 21:18:16 -0000 1.4 *************** *** 57,60 **** --- 57,61 ---- CSP_LOG(TERRAIN, INFO, "Projecting feature groups."); m_FeatureGroupList->projectFeatureGroups(m_Terrain->getProjection()); + CSP_LOG(TERRAIN, INFO, "Projecting feature groups done."); } |