refactor(opatIO-and-meshIO): removed unused header file includes
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
||||
* @brief Constructor that initializes the MeshIO object with a mesh file.
|
||||
* @param mesh_file The name of the mesh file.
|
||||
*/
|
||||
MeshIO(const std::string &mesh_file);
|
||||
MeshIO(const std::string mesh_file);
|
||||
|
||||
/**
|
||||
* @brief Destructor for the MeshIO class.
|
||||
|
||||
Reference in New Issue
Block a user