Skip to content

Commit

Permalink
[NL/TimeStepping/Algorithm] Fix spelling in EvolutionaryPIDcontroller
Browse files Browse the repository at this point in the history
  • Loading branch information
TomFischer authored and endJunction committed Jul 12, 2023
1 parent e4b5420 commit 2aebf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class EvolutionaryPIDcontroller final : public TimeStepAlgorithm
double _e_n_minus2; ///< \f$e_{n-2}\f$.

/**
* Forced the computed time step size in the given range
* Force the computed time step size in the given range
* (see the formulas in the documentation of the class)
* or use the half of the previous time step size under some other
* constrains.
Expand Down

0 comments on commit 2aebf8d

Please sign in to comment.