Skip to content

Commit

Permalink
[fnc] moving namespace scope (bug in pybinding)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRohou committed Feb 17, 2025
1 parent f7bff02 commit a49efed
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 187 deletions.
4 changes: 2 additions & 2 deletions src/core/functions/analytic/codac2_AnalyticFunction.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ namespace codac2
template<typename T>
AnalyticFunction(const FunctionArgsList&, const T&) ->
AnalyticFunction<typename ValueType<T>::Type>;

#include "codac2_AnalyticFunction_impl.h"
}

#include "codac2_AnalyticFunction_impl.h"
Loading

0 comments on commit a49efed

Please sign in to comment.