Skip to content
Snippets Groups Projects
Commit ab7643ca authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

[FileIO::GMSHInterface] More specific debug output.

parent 801f1675
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ int GMSHInterface::writeGMSHInputFile(std::ostream& out) ...@@ -116,7 +116,7 @@ int GMSHInterface::writeGMSHInputFile(std::ostream& out)
std::vector<GeoLib::Polyline*> const* merged_plys( std::vector<GeoLib::Polyline*> const* merged_plys(
_geo_objs.getPolylineVec(_gmsh_geo_name)); _geo_objs.getPolylineVec(_gmsh_geo_name));
DBUG("GMSHInterface::writeGMSHInputFile(): \t ok."); DBUG("GMSHInterface::writeGMSHInputFile(): Obtained data.");
if (!merged_plys) { if (!merged_plys) {
ERR("GMSHInterface::writeGMSHInputFile(): Did not find any polylines."); ERR("GMSHInterface::writeGMSHInputFile(): Did not find any polylines.");
......
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