Changeset 894a5f for src/interface/interface_fcs.cpp
- Timestamp:
- Feb 2, 2012, 1:58:12 PM (14 years ago)
- Children:
- 32ff22
- Parents:
- 01be70
- File:
-
- 1 edited
-
src/interface/interface_fcs.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/interface/interface_fcs.cpp
r01be70 r894a5f 144 144 */ 145 145 MG::IsInitialized(); 146 147 /* 148 * Post init communication class 149 */ 150 MG::PostInit(); 146 151 } 147 152 … … 190 195 */ 191 196 MG::Solve(); 197 198 #ifdef DEBUG_MEASURE_TIME 199 Timer::Print(); 200 #endif 192 201 } 193 202
Note:
See TracChangeset
for help on using the changeset viewer.
