-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I am testing a simple Lotka-Volterra-model. The definition of the hares look s like:
model Hasen "The hares"
parameter gb = 1 "Reproduction rate of hares";
parameter fb = 0.2 "Rate with witch hares are eaten";
Species hasen
However, the last word hasen is always replaced by sen or asen when hitting Enter :o)
model Hasen "The hares"
parameter gb = 1 "Reproduction rate of hares";
parameter fb = 0.2 "Rate with witch hares are eaten";
Species sen
It's possible to correct it afterwards, but ... somehow weird..
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels