mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-10 13:55:07 -05:00
Ncomp is now a std::size_t
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@ namespace CoolProp {
|
||||
|
||||
class REFPROPMixtureBackend : public AbstractState {
|
||||
protected:
|
||||
int Ncomp;
|
||||
std::size_t Ncomp;
|
||||
bool _mole_fractions_set;
|
||||
static bool _REFPROP_supported;
|
||||
std::vector<double> mole_fractions, mass_fractions;
|
||||
|
||||
Reference in New Issue
Block a user