Changeset d13e27 for src/comm/comm.hpp


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.hpp

    r5ba22b rd13e27  
    102102  virtual void LevelSumArray(const Grid& grid, vmg_int* array, const vmg_int& size) {}
    103103
    104   virtual void PrintString(const char* format, ...) = 0;
    105   virtual void PrintStringOnce(const char* format, ...) = 0;
     104  virtual void Print(const OutputLevel level, const char* format, ...) = 0;
     105  virtual void PrintOnce(const OutputLevel level, const char* format, ...) = 0;
     106
    106107  virtual void PrintXML(const std::string& filename, const std::string& xml_data) = 0;
    107108  virtual void PrintXMLAll(const std::string& filename, const std::string& xml_data) = 0;
Note: See TracChangeset for help on using the changeset viewer.