Changeset d13e27 for src/comm/comm_serial.hpp
- Timestamp:
- Mar 29, 2013, 5:03:13 PM (13 years ago)
- Children:
- f57182
- Parents:
- 5ba22b
- File:
-
- 1 edited
-
src/comm/comm_serial.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/comm/comm_serial.hpp
r5ba22b rd13e27 64 64 void CommFromGhostsAsyncFinish(Grid& grid); 65 65 66 void Print String(const char* format, ...);67 void Print StringOnce(const char* format, ...);66 void Print(const OutputLevel level, const char* format, ...); 67 void PrintOnce(const OutputLevel level, const char* format, ...); 68 68 void PrintXML(const std::string& filename, const std::string& xml_data); 69 69 void PrintXMLAll(const std::string& filename, const std::string& xml_data);
Note:
See TracChangeset
for help on using the changeset viewer.
