1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-18 09:45:55 +01:00

fix: added GridLogDebug to BuildSurfaceList debug message.

This commit is contained in:
Fabian Joswig 2023-06-16 10:29:21 +01:00
parent d72e914cf0
commit 85e35c4da1
No known key found for this signature in database

View File

@ -705,7 +705,7 @@ public:
} }
} }
} }
std::cout << "BuildSurfaceList size is "<<surface_list.size()<<std::endl; std::cout << GridLogDebug << "BuildSurfaceList size is "<<surface_list.size()<<std::endl;
} }
/// Introduce a block structure and switch off comms on boundaries /// Introduce a block structure and switch off comms on boundaries
void DirichletBlock(const Coordinate &dirichlet_block) void DirichletBlock(const Coordinate &dirichlet_block)