|
|
| version 1.155, 2014/08/25 18:32:34 | version 1.156, 2014/08/25 20:10:10 |
|---|---|
| Line 1 | Line 1 |
| /* $Id$ | /* $Id$ |
| $State$ | $State$ |
| $Log$ | $Log$ |
| Revision 1.156 2014/08/25 20:10:10 brouard | |
| *** empty log message *** | |
| Revision 1.155 2014/08/25 18:32:34 brouard | Revision 1.155 2014/08/25 18:32:34 brouard |
| Summary: New compile, minor changes | Summary: New compile, minor changes |
| Author: Brouard | Author: Brouard |
| Line 5179 calandcheckages(int imx, int maxwav, dou | Line 5182 calandcheckages(int imx, int maxwav, dou |
| } | } |
| else if(agev[m][i] >*agemax){ | else if(agev[m][i] >*agemax){ |
| *agemax=agev[m][i]; | *agemax=agev[m][i]; |
| printf(" Max anint[%d][%d]=%.0f annais[%d]=%.0f, agemax=%.2f\n",m,i,anint[m][i], i,annais[i], *agemax); | /* printf(" Max anint[%d][%d]=%.0f annais[%d]=%.0f, agemax=%.2f\n",m,i,anint[m][i], i,annais[i], *agemax);*/ |
| } | } |
| /*agev[m][i]=anint[m][i]-annais[i];*/ | /*agev[m][i]=anint[m][i]-annais[i];*/ |
| /* agev[m][i] = age[i]+2*m;*/ | /* agev[m][i] = age[i]+2*m;*/ |
| Line 5341 int main(int argc, char *argv[]) | Line 5344 int main(int argc, char *argv[]) |
| i=strlen(pathr); | i=strlen(pathr); |
| if(pathr[i-1]=='\n') | if(pathr[i-1]=='\n') |
| pathr[i-1]='\0'; | pathr[i-1]='\0'; |
| i=strlen(pathr); | |
| if(pathr[i-1]==' ') /* This may happen when dragging on oS/X! */ | |
| pathr[i-1]='\0'; | |
| for (tok = pathr; tok != NULL; ){ | for (tok = pathr; tok != NULL; ){ |
| printf("Pathr |%s|\n",pathr); | printf("Pathr |%s|\n",pathr); |
| while ((val = strsep(&tok, "\"" )) != NULL && *val == '\0'); | while ((val = strsep(&tok, "\"" )) != NULL && *val == '\0'); |
| Line 5396 int main(int argc, char *argv[]) | Line 5402 int main(int argc, char *argv[]) |
| path=%s \n\ | path=%s \n\ |
| optionfile=%s\n\ | optionfile=%s\n\ |
| optionfilext=%s\n\ | optionfilext=%s\n\ |
| optionfilefiname=%s\n",pathimach,pathtot,path,optionfile,optionfilext,optionfilefiname); | optionfilefiname='%s'\n",pathimach,pathtot,path,optionfile,optionfilext,optionfilefiname); |
| printf("Local time (at start):%s",strstart); | printf("Local time (at start):%s",strstart); |
| fprintf(ficlog,"Local time (at start): %s",strstart); | fprintf(ficlog,"Local time (at start): %s",strstart); |