Skip to content

Commit

Permalink
Merge branch 'hotfix/v4.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
drbenmorgan committed Nov 29, 2019
2 parents 52d8c70 + 6c6745a commit a645de9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ endif()
# CMake/project requirements and configuration
#
cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
project(Falaise VERSION "4.0.1")
project(Falaise VERSION "4.0.2")

# - Load custom modules
list(INSERT CMAKE_MODULE_PATH 0 ${PROJECT_SOURCE_DIR}/cmake)
Expand Down
2 changes: 1 addition & 1 deletion resources/genbb/ConfigurableSources.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

#@variant_if primary_events:generator/if_tweakable/energy_mode/if_spectrum|false
spectrum.mode : string = @variant(primary_events:generator/if_tweakable/energy_mode/if_spectrum/mode|"tabulated_function")
spectrum.data_file : string as path = @variant(primary_events:generator/if_tweakable/energy_mode/if_spectrum/datafile|"")
spectrum.data_file : string as path = @variant(primary_events:generator/if_tweakable/energy_mode/if_spectrum/file|"")
#@variant_endif primary_events:generator/if_tweakable/energy_mode/if_spectrum

emission_direction : string = @variant(primary_events:generator/if_tweakable/direction_mode|"randomized")
Expand Down

0 comments on commit a645de9

Please sign in to comment.