Skip to content

Commit b396b01

Browse files
committed
Fix path and copy folders
1 parent 3f1995f commit b396b01

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

decrypt.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ git clone --recursive https://github.com/usnistgov/REFPROP-cmake
1212
cd REFPROP-cmake
1313
cmake -B bld -S . -DCMAKE_BUILD_TYPE=Release -DREFPROP_FORTRAN_PATH=`pwd`/../FORTRAN
1414
cmake --build bld --config Release
15+
cp -r `pwd`/../FLUIDS bld
16+
cp -r `pwd`/../MIXTURES bld
1517

1618
pip install ctREFPROP
17-
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

Comments
 (0)