Ignore:
Timestamp:
Mar 29, 2013, 5:03:13 PM (13 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
f57182
Parents:
5ba22b
Message:

vmg: Work on output verbosity.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/comm/comm_serial.hpp

    r5ba22b rd13e27  
    6464  void CommFromGhostsAsyncFinish(Grid& grid);
    6565
    66   void PrintString(const char* format, ...);
    67   void PrintStringOnce(const char* format, ...);
     66  void Print(const OutputLevel level, const char* format, ...);
     67  void PrintOnce(const OutputLevel level, const char* format, ...);
    6868  void PrintXML(const std::string& filename, const std::string& xml_data);
    6969  void PrintXMLAll(const std::string& filename, const std::string& xml_data);
Note: See TracChangeset for help on using the changeset viewer.