|
From: <le...@pr...> - 2004-11-07 09:42:09
|
Update of /cvsroot/meshdb/src/geo/libgeo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3111/libgeo Modified Files: Tag: leonard-dev alt.c Log Message: no more defaults Index: alt.c =================================================================== RCS file: /cvsroot/meshdb/src/geo/libgeo/alt.c,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -d -r1.3 -r1.3.2.1 --- alt.c 24 Nov 2003 07:19:22 -0000 1.3 +++ alt.c 7 Nov 2004 09:41:12 -0000 1.3.2.1 @@ -43,9 +43,9 @@ int fd; if (shiftfile == NULL) - shiftfile = LIBPATH "QLD_0900.gsb"; + err(1, "no shiftfile given"); if (altfile == NULL) - altfile = LIBPATH "alt.desc"; + err(1, "no altfile given"); a->qt = qtopen(altfile, 0, NULL); |