Skip to content

Commit 3ea6ec8

Browse files
committed
Update main.cu
1 parent 8c7137d commit 3ea6ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ int main(int argc, char** argv)
1111
exit(EXIT_SUCCESS);
1212
}
1313

14-
RXMeshStatic rx(std::string(argv[1]));
14+
RXMeshStatic rx(argv[1]);
1515

1616
polyscope::show();
1717
}

0 commit comments

Comments
 (0)