Add operator<< support for TimeMap
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#include <ctime>
|
||||
#include <map>
|
||||
#include <utility>
|
||||
#include <iostream>
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
@@ -99,6 +100,9 @@ namespace Opm {
|
||||
bool m_skiprest = false;
|
||||
std::size_t m_restart_offset = 0;
|
||||
};
|
||||
|
||||
std::ostream& operator<<(std::ostream& stream, const TimeMap& tm);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user