fwi: save the params and frequencies files

This commit is contained in:
Rodrigo Arias Mallo 2021-03-04 18:40:27 +01:00 committed by Aleix Roca Nonell
parent 485b9150e5
commit 3de7b5a0b6

View File

@ -46,6 +46,8 @@ stdenv.mkDerivation rec {
installPhase = ''
mkdir -p $out/
cp src/generated_model_params.h $out/
cp SetupParams/fwi_params.txt $out/
cp SetupParams/fwi_frequencies.txt $out/
cp -r InputModels $out/
'';
}