NLeSC / esibayes

Optimization and state estimation of dynamic models
Apache License 2.0
2 stars 3 forks source link

avoid using assigin, at least with the 'caller' option #10

Closed jspaaks closed 9 years ago

jspaaks commented 10 years ago

grep -i -r assignin yields a couple functions that assign variables in other functions' workspace. Try to avoid this to avoid headaches later.

jspaaks commented 9 years ago

Changed for whoami, the rest assigns stuff not in caller but in base, so I won't fix that for the moment. Closing.