Changeset d13e27 for src/comm/comm_mpi.hpp
- Timestamp:
- Mar 29, 2013, 5:03:13 PM (13 years ago)
- Children:
- f57182
- Parents:
- 5ba22b
- File:
-
- 1 edited
-
src/comm/comm_mpi.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/comm/comm_mpi.hpp
r5ba22b rd13e27 117 117 void LevelSumArray(const Grid& grid, vmg_int* array, const vmg_int& size); 118 118 119 void PrintString(const char* format, ...); 120 void PrintStringOnce(const char* format, ...); 119 void Print(const OutputLevel level, const char* format, ...); 120 void PrintOnce(const OutputLevel level, const char* format, ...); 121 121 122 void PrintXML(const std::string& filename, const std::string& xml_data); 122 123 void PrintXMLAll(const std::string& filename, const std::string& xml_data);
Note:
See TracChangeset
for help on using the changeset viewer.
