Changeset dfed1c for src/commands/com_smooth.cpp
- Timestamp:
- Nov 22, 2011, 9:22:10 PM (14 years ago)
- Children:
- facba0
- Parents:
- 66f24d
- File:
-
- 1 edited
-
src/commands/com_smooth.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/commands/com_smooth.cpp
r66f24d rdfed1c 24 24 Request Run(Command::argument_vector arguments) 25 25 { 26 const int& steps = MG::GetFactory().GetObject(arguments[0])->Cast< ObjectStorage<int> >()->Val(); 26 MPE_EVENT_BEGIN() 27 28 const int& steps = MG::GetFactory().Get(arguments[0])->Cast< ObjectStorage<int> >()->Val(); 27 29 28 30 MG::GetSmoother()->Run(*MG::GetSol(), *MG::GetRhs(), steps); 31 32 MPE_EVENT_END() 29 33 30 34 return Continue; … … 35 39 }; 36 40 37 CREATE_INITIALIZER(VMGCommandSmooth) ;41 CREATE_INITIALIZER(VMGCommandSmooth)
Note:
See TracChangeset
for help on using the changeset viewer.
