76 for(j=0; j<count; j++) {
87 if(setting_value && setting_comment) {
95 printf(
"Warning: wrong type for %s; type =%s\n",name,type);
96 printf(
"Warning: type must be INT for %s\n",sstring);
140 for(j=0; j<count; j++) {
152 if(setting_value && setting_comment) {
160 printf(
"Warning: wrong type for %s; type =%s\n",name,type);
161 printf(
"Warning: type must be DOUBLE for %s\n",sstring);
206 for(j=0; j<count; j++) {
218 if(setting_value && setting_comment) {
226 printf(
"Warning: wrong type for %s; type =%s\n",name,type);
227 printf(
"Warning: type must be STRING for %s\n",sstring);
286 (
char*)astring,count,change,setting,ii))
570 dvalue,count,change,setting,ii))
650 const char *type,*
name,*comment;
666 printf(
"\n# %s\n",comment);
668 printf(
"(%s) %s=%s\n",type,name,astring);
670 printf(
"(%s) %s=%g\n",type,name,dvalue);
672 printf(
"(%s) %s=%i\n",type,name,ivalue);
674 printf(
"(%s) %s=%i\n",type,name,bbool);
676 printf(
"read_parameter: type is no string, double, int or bool but something else\n");
681 setting1,count,change);
707 printf(
"wrong types in kinetic file for species\n");
733 printf(
"wrong types in kinetic file for seed: species,value or type\n");
742 if (strcmp(temp_se->
kind_type,
"gaussian") == 0)
744 else if (strcmp(temp_se->
kind_type,
"constant") == 0)
787 printf(
"wrong types in kinetic file for reaction.reacttable\n");
796 printf(
"wrong types in kinetic file for reactions\n");
802 temp_r->
input[cnt] = -1;
803 temp_r->
inname[cnt]=error;
812 for(cnt = 0; cnt < temp_r->
nin; cnt++) {
813 if(strcmp(temp_r->
inname[cnt],error)==0)
815 printf(
"NOT all reaction.specin initialized for reaction %d and specie %d\n",ii,cnt);
835 for(cnt = 0; cnt < temp_r->
nout; cnt++) {
836 if(strcmp(temp_r->
outname[cnt],error)==0)
838 debug(1,
"temp_r->outname[%d]=%s; error=%s\n",cnt,temp_r->
outname[cnt],error);
839 printf(
"NOT all reaction.specout initialized for reaction %d and specie %d\n",ii,cnt);