Skip to content

Commit be00b25

Browse files
committed
updating comments
1 parent 7070337 commit be00b25

File tree

1 file changed

+3
-3
lines changed
  • src/njoy/dryad/thermal/TabulatedEffectiveTemperature/src

1 file changed

+3
-3
lines changed

src/njoy/dryad/thermal/TabulatedEffectiveTemperature/src/ctor.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ TabulatedEffectiveTemperature( std::vector< double > moderatorTemperatures,
3737
std::move( boundaries ), std::move( interpolants ) ) {}
3838

3939
/**
40-
* @brief Constructor for a Debye-Waller integral table using a single interpolation zone
40+
* @brief Constructor for an effective temperature table using a single interpolation zone
4141
*
42-
* @param moderatorTemperatures the temperature values
43-
* @param values the integral values
42+
* @param moderatorTemperatures the moderator temperatures values
43+
* @param values the effective temperature values
4444
* @param interpolant the interpolation type of the data (default lin-lin)
4545
*/
4646
TabulatedEffectiveTemperature( std::vector< double > moderatorTemperatures,

0 commit comments

Comments
 (0)