refactor(opatIO-and-meshIO): removed unused header file includes
This commit is contained in:
@@ -56,7 +56,7 @@ T swap_bytes(T value) {
|
||||
// Constructor
|
||||
OpatIO::OpatIO() {}
|
||||
|
||||
OpatIO::OpatIO(std::string filename) : filename(filename) {
|
||||
OpatIO::OpatIO(const std::string filename) : filename(filename) {
|
||||
load();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user