Merge commit '2ba962647769974056c7f79086c4cc19673f7c18'

This commit is contained in:
Krishna Vedala 2020-06-10 16:52:55 -04:00
commit 39314b3cb7
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ void semi_implicit_euler_step(double dx, double *x, double *y, double *dy)
}
/**
* @brief Compute approximation using the midpoint-Euler
* @brief Compute approximation using the semi-implicit-Euler
* method in the given limits.
* @param[in] dx step size
* @param[in] x0 initial value of independent variable