@@ -56,7 +56,7 @@ class NumericalSolver : public MathNumericalSolver
5656 // / numerical integration
5757 // / @param aStepperType An enum indicating the type of numerical stepper used to perform
5858 // / integration
59- // / @param aTimeStep A number indicating the initial guess time step the numerical solver will
59+ // / @param aTimeStep A number indicating the initial guess time step (in seconds) the numerical solver will
6060 // / take
6161 // / @param aRelativeTolerance A number indicating the relative integration tolerance
6262 // / @param anAbsoluteTolerance A number indicating the absolute integration tolerance
@@ -144,7 +144,7 @@ class NumericalSolver : public MathNumericalSolver
144144
145145 // / @brief Create a fixed step size numerical solver.
146146 // /
147- // / @param aTimeStep The time step to use for integration.
147+ // / @param aTimeStep The time step (in seconds) to use for integration.
148148 // / @param aSystemOfEquations System of equations to integrate.
149149 // /
150150 // / @return A fixed step size numerical solver.
@@ -158,7 +158,7 @@ class NumericalSolver : public MathNumericalSolver
158158
159159 // / @brief Create a conditional numerical solver.
160160 // /
161- // / @param aTimeStep The initial time step to use.
161+ // / @param aTimeStep The initial time step (in seconds) to use.
162162 // / @param aRelativeTolerance The relative tolerance to use.
163163 // / @param anAbsoluteTolerance The absolute tolerance to use.
164164 // / @param stateLogger A function that takes a `State` object and logs.
@@ -218,7 +218,7 @@ class NumericalSolver : public MathNumericalSolver
218218 // / numerical integration
219219 // / @param aStepperType An enum indicating the type of numerical stepper used to perform
220220 // / integration
221- // / @param aTimeStep A number indicating the initial guess time step the numerical solver will
221+ // / @param aTimeStep A number indicating the initial guess time step (in seconds) the numerical solver will
222222 // / take
223223 // / @param aRelativeTolerance A number indicating the relative integration tolerance
224224 // / @param anAbsoluteTolerance A number indicating the absolute integration tolerance
0 commit comments