fix documentation

This commit is contained in:
Krishna Vedala 2020-06-10 15:03:59 -04:00
parent 9737426296
commit 2ba9626477
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

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