Skip to content

Commit

Permalink
removed unrealistic inline specifier
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Läufer <[email protected]>
  • Loading branch information
klaeufer committed Dec 4, 2023
1 parent 04442d9 commit a13fa04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ template <class Indexable> void print_function_values(const Indexable & values,
// {{UnoAPI:main-compute-outer-trapezoid:begin}}
// common function to compute a single outer trapezoid
// from as many inner trapezoids as the grain size
inline double compute_outer_trapezoid(
double compute_outer_trapezoid(
const int grain_size,
const double x_pos,
const double dx_inner,
Expand Down

0 comments on commit a13fa04

Please sign in to comment.