PALEOtoolkit / PALEOboxes.jl

Model coupler for the PALEO model framework
https://PALEOtoolkit.github.io/PALEOboxes.jl
MIT License
2 stars 1 forks source link

ReactionReservoirConst fix to prevent modification #73

Closed sjdaines closed 1 year ago

sjdaines commented 1 year ago

Define a property Variable so that no other Reaction can modify a constant Variable.

Fixes issue where it was possible for another Reaction to also define a propery Variable and then modify a variable set by ReactionReservoirConst after the initial setup.