Skip to content
Snippets Groups Projects
Commit 81ec68ac authored by slevy's avatar slevy
Browse files

In warpsdb, remember to initialize coord-system-dependent things!

parent 73fddb43
No related branches found
No related tags found
No related merge requests found
......@@ -702,6 +702,8 @@ int main(int argc, char *argv[]) {
if(ws == NULL)
exit(1); /* warp_setup() must have already printed a message */
setup_coords( NULL, ws );
warpsdb( ws, inf, stdout );
exit(0);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment