Changeset d13e27 for src/comm/comm.hpp
- Timestamp:
- Mar 29, 2013, 5:03:13 PM (13 years ago)
- Children:
- f57182
- Parents:
- 5ba22b
- File:
-
- 1 edited
-
src/comm/comm.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/comm/comm.hpp
r5ba22b rd13e27 102 102 virtual void LevelSumArray(const Grid& grid, vmg_int* array, const vmg_int& size) {} 103 103 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 106 107 virtual void PrintXML(const std::string& filename, const std::string& xml_data) = 0; 107 108 virtual void PrintXMLAll(const std::string& filename, const std::string& xml_data) = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
