refactor(opatIO-and-meshIO): removed unused header file includes
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "meshIO.h"
|
||||
|
||||
|
||||
MeshIO::MeshIO(const std::string &mesh_file)
|
||||
MeshIO::MeshIO(const std::string mesh_file)
|
||||
{
|
||||
mesh_file_ = mesh_file;
|
||||
std::ifstream mesh_stream(mesh_file);
|
||||
|
||||
@@ -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