Ncomp is now a std::size_t

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-08-15 17:11:25 +02:00
parent 68f917c5f5
commit 3e0864e620

View File

@@ -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;