From 16a5fb4caea0b4fc5689b6a58fd0b99519b1fd7c Mon Sep 17 00:00:00 2001 From: Luis Antonio Obis Aparicio Date: Sat, 9 Mar 2024 16:01:05 +0100 Subject: [PATCH] downloads --- src/TRestDetectorGas.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TRestDetectorGas.cxx b/src/TRestDetectorGas.cxx index 2a862d96..caddb47b 100644 --- a/src/TRestDetectorGas.cxx +++ b/src/TRestDetectorGas.cxx @@ -736,7 +736,7 @@ string TRestDetectorGas::FindGasFile(string name) { string absoluteName = ""; if (!fGasGeneration && fGasServer != "none") { - absoluteName = TRestTools::DownloadRemoteFile((string)fGasServer + "/" + name); + absoluteName = TRestTools::DownloadRemoteFile((string)fGasServer + "/" + name, true); } if (absoluteName == "") {