Skip to content

Commit

Permalink
Enable ln(phi) test on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Sep 17, 2021
1 parent 949adeb commit a5db456
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/time_fugcoeff.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@
#include <numeric>

#include "teqp/models/multifluid.hpp"
#include "teqp/derivs.hpp"

int main()
{
// You may need to change this path to suit your installation
// Note: forward-slashes are recommended.
std::string path = "C:/Program Files (x86)/REFPROP";
std::string DLL_name = "REFPRP64.dll";
std::string path = std::getenv("RPPREFIX");
std::string DLL_name = "";

// Load the shared library and set up the fluid
std::string err;
Expand Down

0 comments on commit a5db456

Please sign in to comment.