1
0
Fork 0

Compile shputils.c

This commit is contained in:
Frederic Bouvier 2009-03-14 14:54:59 +01:00 committed by Ralf Gerlich
parent 379f629611
commit fa542403b9

View file

@ -274,7 +274,7 @@ int main( int argc, char ** argv )
if (factor == 0) if (factor == 0)
{ {
if (infactor ==0) if (infactor ==0)
{ puts("ERROR: Input unit must be defined before output unit"); exit(); } { puts("ERROR: Input unit must be defined before output unit"); exit(0); }
factor=infactor/outfactor; factor=infactor/outfactor;
} }
printf("Output file coordinate values will be factored by %lg\n",factor); printf("Output file coordinate values will be factored by %lg\n",factor);