Examples, default concentration

This commit is contained in:
Artur Meski
2019-01-01 16:06:57 +00:00
parent c990b33d96
commit 0e4a58a9af
2 changed files with 3 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ class ReactionSystemWithConcentrationsParam(ReactionSystem):
self.background_set = []
self.context_entities = [] # legacy. to be removed
self.reactions_by_prod = None
self.max_concentration = 0
self.max_concentration = 1
self.max_conc_per_ent = dict()
def add_bg_set_entity(self, e):