MCPcopy Create free account
hub / github.com/Forceflow/libmorton / parseProgramParameters

Function parseProgramParameters

test/libmorton_test.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void parseProgramParameters(int argc, char* argv[]) {
52 if (argc > 1) {
53 MAXRUNSIZE = atoi(argv[1]);
54 }
55}
56
57void printHeader(){
58 cout << "LIBMORTON TEST SUITE";

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected