gustavdelius / mizer

This is my old mizer fork that is not actively used any more but still has lots of material in its many branches.
http://gustavdelius.github.io/mizer/
0 stars 2 forks source link

Consolidate the activity and std_metab slots into one #11

Closed gustavdelius closed 6 years ago

gustavdelius commented 6 years ago

Currently the MizerParams object has two separate slots holding the cost of metabolism and the cost of activity. Both play exactly the same role, namely are subtracted from the assimilated energy before the remainder is used for growth and reproduction. I can not conceive of any circumstance where I would need the two separately.

gustavdelius commented 6 years ago

There is now only a single slot metab instead of std_metab and activity.