Changed the format type of an fprintf statement.
This commit is contained in:
parent
e4aa6aa282
commit
fc9a043944
1 changed files with 1 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ namespace pip {
|
|||
// not be reversible.
|
||||
else {
|
||||
if (i != irxn)
|
||||
fprintf(f, "\n# [CK Reaction (%s)]\n",i+1);
|
||||
fprintf(f, "\n# [CK Reaction (%d)]\n",i+1);
|
||||
addReaction(f, idktag, irxn, r.reactions[i],
|
||||
r.units, version);
|
||||
irxn++;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue