Skip to content
Snippets Groups Projects
Verified Commit ffc75b93 authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(fix) Removed cout in BoundaryLayer destructor

parent 46a6681b
No related branches found
No related tags found
1 merge request!1BLASTER v1.0
Pipeline #51196 passed
...@@ -23,7 +23,6 @@ BoundaryLayer::BoundaryLayer(double _xtrF, std::string _name) ...@@ -23,7 +23,6 @@ BoundaryLayer::BoundaryLayer(double _xtrF, std::string _name)
BoundaryLayer::~BoundaryLayer() BoundaryLayer::~BoundaryLayer()
{ {
delete closSolver; delete closSolver;
std::cout << "~BoundaryLayer()\n";
} }
void BoundaryLayer::setMesh(const std::vector<double> &_x, const std::vector<double> &_y, void BoundaryLayer::setMesh(const std::vector<double> &_x, const std::vector<double> &_y,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment