ipqa-research / yaeos

Thermodynamic Equations of State, Fortran library with both automatic and anallytical derivation capabilities
https://ipqa-research.github.io/yaeos/
Mozilla Public License 2.0
26 stars 4 forks source link

BUG: Flash routine gives an error when the iterations variable isn't provided #59

Open fedebenelli opened 3 months ago

fedebenelli commented 3 months ago

There is no check of presence on the iterations count variable, this should be an easy fix using an internal counter and set the iterations variable if provided.