placeholder for see-also - semi implicit euler

This commit is contained in:
Krishna Vedala 2020-06-10 12:44:45 -04:00
parent 4979f68c24
commit 9ed9e3e107
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
* <img
* src="https://raw.githubusercontent.com/kvedala/C/docs/images/numerical_methods/ode_forward_euler.svg"
* alt="Implementation solution"/>
* \see ode_midpoint_euler.c
* \see ode_midpoint_euler.c, ode_semi_implicit_euler.c
*/
#include <math.h>

View File

@ -23,7 +23,7 @@
* the exact soltuion results in `exact.csv` for comparison. <img
* src="https://raw.githubusercontent.com/kvedala/C/docs/images/numerical_methods/ode_midpoint_euler.svg"
* alt="Implementation solution"/>
* \see ode_forward_euler.c
* \see ode_forward_euler.c, ode_semi_implicit_euler.c
*/
#include <math.h>