Silenced a few warnings

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-08-15 15:57:33 +02:00
parent 2136f417b9
commit d4e7a6015e
5 changed files with 10 additions and 19 deletions

View File

@@ -11,7 +11,6 @@ namespace CoolProp{
void compare_REFPROP_and_CoolProp(std::string fluid, int inputs, double val1, double val2, std::size_t N, double d1, double d2)
{
time_t t1,t2;
double dx = 1/((double)N);
shared_ptr<AbstractState> State(AbstractState::factory("HEOS", fluid));
t1 = clock();