We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896f7d2 commit 1e7ffcaCopy full SHA for 1e7ffca
1 file changed
examples/subdomains/subdomains_ex3/subdomains_ex3.C
@@ -90,7 +90,7 @@ int main (int argc, char ** argv)
90
91
if (argc == 3 && std::atoi(argv[2]) == 3)
92
{
93
- libmesh_here();
+ std::cout << "Running in 3D" << std::endl;
94
dim=3;
95
}
96
0 commit comments