Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
void parseProgramParameters(int argc, char* argv[]) {
52
if (argc > 1) {
53
MAXRUNSIZE = atoi(argv[1]);
54
}
55
}
56
57
void printHeader(){
58
cout <<
"LIBMORTON TEST SUITE"
;
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected