Skip to content

Commit 96f130d

Browse files
committed
warn if an output point is not found on this rank's mesh
1 parent e369118 commit 96f130d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/core.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,10 @@ void core::config_output(pt::ptree &value)
918918
out.face->_debug_ID = ID;
919919
++ID;
920920
}
921+
else
922+
{
923+
SPDLOG_WARN("Output point {} was not found in this rank's mesh", out.name);
924+
}
921925
}
922926
else if (out_type == "mesh")
923927
{

0 commit comments

Comments
 (0)