Added Json Schemas
This commit is contained in:
@@ -27,7 +27,7 @@ namespace BaseCellSimulation.Enzyms.Cytosol
|
||||
{
|
||||
double used = Math.Min(rate * dt, Math.Min(res.Res.Energy.ATP, res.Res.Carbon.F6P));
|
||||
res.Res.Carbon.F6P -= used;
|
||||
res.Res.Carbon.FBP += used;
|
||||
res.Res.Carbon.F1_6BP += used;
|
||||
res.ConsumeATP(used);
|
||||
res.Res.Ions.Protons += used;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user