Ignore:
Timestamp:
Nov 22, 2011, 9:22:10 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
facba0
Parents:
66f24d
Message:

Major vmg update.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1136 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/commands/com_smooth.cpp

    r66f24d rdfed1c  
    2424  Request Run(Command::argument_vector arguments)
    2525  {
    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();
    2729
    2830    MG::GetSmoother()->Run(*MG::GetSol(), *MG::GetRhs(), steps);
     31
     32    MPE_EVENT_END()
    2933
    3034    return Continue;
     
    3539};
    3640
    37 CREATE_INITIALIZER(VMGCommandSmooth);
     41CREATE_INITIALIZER(VMGCommandSmooth)
Note: See TracChangeset for help on using the changeset viewer.