We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7137d commit 3ea6ec8Copy full SHA for 3ea6ec8
main.cu
@@ -11,7 +11,7 @@ int main(int argc, char** argv)
11
exit(EXIT_SUCCESS);
12
}
13
14
- RXMeshStatic rx(std::string(argv[1]));
+ RXMeshStatic rx(argv[1]);
15
16
polyscope::show();
17
0 commit comments