diff --git a/numerical_methods/midpoint_integral_method.hpp b/numerical_methods/midpoint_integral_method.hpp new file mode 100644 index 000000000..a5800d2d5 --- /dev/null +++ b/numerical_methods/midpoint_integral_method.hpp @@ -0,0 +1,3 @@ +#pragma once + +class \ No newline at end of file