#include "latlib/progress.h"
+extern int opterr;
+
o815::o815(int argc, char **argv, const string& _programid) {
long timestamp;
void o815::parseArgs(int argc, char **argv) {
int opt = 0;
+ opterr = 0;
+
while( (opt = getopt(argc, argv, "L:N:S:E:o:O:c:C:w:i:j:")) != -1 )
switch(opt) {
case 'L':