in preceph.c line 275:
if (!strstr(ext+1,"sp3")&&!strstr(ext+1,".SP3")&& !strstr(ext+1,"eph")&&!strstr(ext+1,".EPH")) continue;
when sp3 file end with .SP3 OR .EPH, it will jump over the file.
in preceph.c line 82 readsp3h:
ns=(int)str2num(buff,3,3);
when ns>100, error will occur in readsp3b
in preceph.c line 275:
if (!strstr(ext+1,"sp3")&&!strstr(ext+1,".SP3")&& !strstr(ext+1,"eph")&&!strstr(ext+1,".EPH")) continue;
when sp3 file end with .SP3 OR .EPH, it will jump over the file.in preceph.c line 82 readsp3h:
ns=(int)str2num(buff,3,3);
when ns>100, error will occur in readsp3b