mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
clang-format and clang-tidy fixes for a5a50f89
This commit is contained in:
parent
a5a50f89a9
commit
1a9dbc0295
@ -32,7 +32,9 @@
|
||||
namespace numerical_methods {
|
||||
/**
|
||||
* @namespace midpoint_rule
|
||||
* @brief Functions for the [Midpoint Integral](https://en.wikipedia.org/wiki/Midpoint_method) method implementation
|
||||
* @brief Functions for the [Midpoint
|
||||
* Integral](https://en.wikipedia.org/wiki/Midpoint_method) method
|
||||
* implementation
|
||||
*/
|
||||
namespace midpoint_rule {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user