Update numerical_methods/midpoint_integral_method.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
ggkogkou 2021-10-28 00:06:47 +03:00 committed by GitHub
parent c76e97f010
commit 2e9edaf260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@
* argv[2] = a, argv[3] = b. In this case if the default values N=16, a=1, b=3
* are changed then the tests/assert are disabled.
*
* More info: [Link to wikipedia](https://en.wikipedia.org/wiki/Midpoint_method)
*
* @author [ggkogkou](https://github.com/ggkogkou)
*/