Subversion Repositories wimsdev

Rev

Rev 13121 | Rev 13327 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13121 Rev 13325
Line 268... Line 268...
268
  char * envoption=getenv("chemeq_option");
268
  char * envoption=getenv("chemeq_option");
269
  if (envoption==NULL) envoption=getenv("w_chemeq_option");
269
  if (envoption==NULL) envoption=getenv("w_chemeq_option");
270
  char * envinput =getenv("chemeq_input");
270
  char * envinput =getenv("chemeq_input");
271
  if (envinput==NULL) envinput=getenv("w_chemeq_input");
271
  if (envinput==NULL) envinput=getenv("w_chemeq_input");
272
  char asked[maxoption+1]="";
272
  char asked[maxoption+1]="";
-
 
273
  unsigned int i;
273
  int i,ch;
274
  int ch;
274
  bool nooption=1;
275
  bool nooption=1;
275
  std::ostringstream w;
276
  std::ostringstream w;
276
 
277
 
277
  while (-1 != (ch=getopt(argc,argv,optstr))){
278
  while (-1 != (ch=getopt(argc,argv,optstr))){
278
    optionadd(asked,optstr,ch);
279
    optionadd(asked,optstr,ch);