/* $Id$
$State$
$Log$
+ Revision 1.155 2014/08/25 18:32:34 brouard
+ Summary: New compile, minor changes
+ Author: Brouard
+
Revision 1.154 2014/06/20 17:32:08 brouard
Summary: Outputs now all graphs of convergence to period prevalence
}
else if(agev[m][i] >*agemax){
*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] = age[i]+2*m;*/
i=strlen(pathr);
if(pathr[i-1]=='\n')
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; ){
printf("Pathr |%s|\n",pathr);
while ((val = strsep(&tok, "\"" )) != NULL && *val == '\0');
path=%s \n\
optionfile=%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);
fprintf(ficlog,"Local time (at start): %s",strstart);