We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1995f commit b396b01Copy full SHA for b396b01
1 file changed
decrypt.sh
@@ -12,6 +12,8 @@ git clone --recursive https://github.com/usnistgov/REFPROP-cmake
12
cd REFPROP-cmake
13
cmake -B bld -S . -DCMAKE_BUILD_TYPE=Release -DREFPROP_FORTRAN_PATH=`pwd`/../FORTRAN
14
cmake --build bld --config Release
15
+cp -r `pwd`/../FLUIDS bld
16
+cp -r `pwd`/../MIXTURES bld
17
18
pip install ctREFPROP
-COOLPROP_REFPROP_ROOT=`pwd`/REFPROPungpg/REFPROP-cmake/bld python test_REFPROP.py
19
+COOLPROP_REFPROP_ROOT=`pwd`/bld python ../../test_REFPROP.py
0 commit comments