File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/njoy/dryad/thermal/TabulatedEffectiveTemperature/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 */
4646TabulatedEffectiveTemperature ( std::vector< double > moderatorTemperatures,
You can’t perform that action at this time.
0 commit comments