Skip to content

Commit 1e7ffca

Browse files
committed
Don't spam cerr just because we're in 3D
1 parent 896f7d2 commit 1e7ffca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/subdomains/subdomains_ex3/subdomains_ex3.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ int main (int argc, char ** argv)
9090

9191
if (argc == 3 && std::atoi(argv[2]) == 3)
9292
{
93-
libmesh_here();
93+
std::cout << "Running in 3D" << std::endl;
9494
dim=3;
9595
}
9696

0 commit comments

Comments
 (0)