Skip to content

Commit

Permalink
update data version
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienDoerner committed May 13, 2024
1 parent 1dba43e commit c43f5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ endif(APPLE)
# Download data files (interaction data, masses, decay data ...)
# ----------------------------------------------------------------------------
OPTION(DOWNLOAD_DATA "Download CRPropa data files" ON)
set(CRPROPA_DATAFILE_VER "2024-03-11")
set(CRPROPA_DATAFILE_VER "2024-04-30")
if(DOWNLOAD_DATA)
message("-- Downloading data files from sciebo ~ 73 MB")
file(DOWNLOAD
Expand Down

0 comments on commit c43f5ca

Please sign in to comment.