Ignore:
Timestamp:
May 10, 2012, 12:22:46 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
06e153
Parents:
ae05b4
Message:

Fixed some warnings.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/base/command_list.cpp

    rae05b4 rcd0fed  
    3535  Request request;
    3636  Request final_request = (commands.size() == 0 ? StopCycleNow : Continue);
    37   Comm* comm = MG::GetComm();
    3837
    3938  for (CommandList::iterator iter=commands.begin(); iter!=commands.end(); ++iter) {
     
    4847    MPI_Barrier(MPI_COMM_WORLD);
    4948#endif
    50     comm->PrintStringOnce("Command \"%s\" start", iter->first.c_str());
     49    MG::GetComm()->PrintStringOnce("Command \"%s\" start", iter->first.c_str());
    5150#endif
    5251
     
    5958    MPI_Barrier(MPI_COMM_WORLD);
    6059#endif
    61     comm->PrintStringOnce("Command \"%s\" done", iter->first.c_str());
     60    MG::GetComm()->PrintStringOnce("Command \"%s\" done", iter->first.c_str());
    6261#endif
    6362
Note: See TracChangeset for help on using the changeset viewer.