Fix path for IF97 in HumidAirProp.cpp

This commit is contained in:
Ian Bell
2016-03-19 21:20:54 -07:00
parent 61caa8902e
commit 20ccf924b8

View File

@@ -21,7 +21,7 @@
#include <string.h>
#include <iostream>
#include <list>
#include "IF97.h"
#include "externals/IF97/IF97.h"
/// This is a stub overload to help with all the strcmp calls below and avoid needing to rewrite all of them
std::size_t strcmp(const std::string &s, const std::string &e){