Changeset dfed1c for src/commands/com_print_grid_structure.cpp
- Timestamp:
- Nov 22, 2011, 9:22:10 PM (14 years ago)
- Children:
- facba0
- Parents:
- 66f24d
- File:
-
- 1 edited
-
src/commands/com_print_grid_structure.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/commands/com_print_grid_structure.cpp
r66f24d rdfed1c 1 2 1 /** 3 2 * @file com_print_grid_structure.cpp … … 9 8 * 10 9 */ 11 12 10 13 11 #ifdef HAVE_CONFIG_H … … 27 25 Request Run(Command::argument_vector arguments) 28 26 { 27 MPE_EVENT_BEGIN() 28 29 29 MG::GetComm()->DebugPrintGridStructure((*MG::GetRhs())); 30 31 MPE_EVENT_END() 30 32 31 33 return Continue; … … 36 38 }; 37 39 38 CREATE_INITIALIZER(VMGCommandPrintGridStructure) ;40 CREATE_INITIALIZER(VMGCommandPrintGridStructure)
Note:
See TracChangeset
for help on using the changeset viewer.
