Skip to content

add inline keyword to lagrange(int) function [bugfix]

Bug

Missing inline keyword for runtime-order lagrange creator function lagrange(int). Leads to multiple definitions of the symbol.

NOTE: This Bug is also resolved by !212 (merged) where the runtime-order lagrange function is templetaized and thus automatically inline.

Edited by Simon Praetorius

Merge request reports