Skip to content
Snippets Groups Projects

BLASTER v1.0

Merged Paul Dechamps requested to merge dev into master
@@ -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,
Loading