Skip to content

Commit

Permalink
fixed type conversion bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ScSteffen committed Dec 21, 2023
1 parent 0ef1627 commit d10b6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/common/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class Config
unsigned short _nDsgnScatterIndividual; /*!< @brief Number of individual blocks. Needs to be 49*/

// Hohlraum
unsigned _nProbingCellsLineGreenHohlraum; /*!< @brief Number SamplingPoints for Hohlraum Green region sampling.*/
unsigned short _nProbingCellsLineGreenHohlraum; /*!< @brief Number SamplingPoints for Hohlraum Green region sampling.*/
// CSD
double _maxEnergyCSD; /*!< @brief Maximum energy for CSD simulation */

Expand Down

0 comments on commit d10b6dc

Please sign in to comment.