Changeset dfed1c for src/commands/com_restrict.cpp
- Timestamp:
- Nov 22, 2011, 9:22:10 PM (14 years ago)
- Children:
- facba0
- Parents:
- 66f24d
- File:
-
- 1 edited
-
src/commands/com_restrict.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/commands/com_restrict.cpp
r66f24d rdfed1c 24 24 Request Run(Command::argument_vector arguments) 25 25 { 26 MPE_EVENT_BEGIN() 27 26 28 MG::GetLevelOperator()->Restrict(*MG::GetSol(), *MG::GetRhs()); 29 30 MPE_EVENT_END() 27 31 28 32 return Continue; … … 33 37 }; 34 38 35 CREATE_INITIALIZER(VMGCommandRestrict) ;39 CREATE_INITIALIZER(VMGCommandRestrict)
Note:
See TracChangeset
for help on using the changeset viewer.
