From ffc75b931e848db6f9f19ca68ebb4d977589d1d1 Mon Sep 17 00:00:00 2001
From: Paul Dechamps <paul.dechamps@uliege.be>
Date: Sat, 1 Feb 2025 18:25:11 +0100
Subject: [PATCH] (fix) Removed cout in BoundaryLayer destructor

---
 blast/src/blBoundaryLayer.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/blast/src/blBoundaryLayer.cpp b/blast/src/blBoundaryLayer.cpp
index 1494c90..d3823f2 100644
--- a/blast/src/blBoundaryLayer.cpp
+++ b/blast/src/blBoundaryLayer.cpp
@@ -23,7 +23,6 @@ BoundaryLayer::BoundaryLayer(double _xtrF, std::string _name)
 BoundaryLayer::~BoundaryLayer()
 {
     delete closSolver;
-    std::cout << "~BoundaryLayer()\n";
 }
 
 void BoundaryLayer::setMesh(const std::vector<double> &_x, const std::vector<double> &_y,
-- 
GitLab