File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 * \date 01/09/2025
66 */
77
8+ #ifdef MGIS_HAVE_TFEL
9+
810#include " MGIS/Function/BasicLinearSpace.hxx"
911#include " MGIS/Function/Function.hxx"
1012#include " MGIS/Function/Tensors.hxx"
1113#include " MGIS/Function/Tensors/TensorModifier.hxx"
1214
1315namespace mgis ::function {
1416
15- #ifdef MGIS_HAVE_TFEL
1617
1718 static_assert (
1819 EvaluatorConcept<TensorModifier<tfel::math::stensor<3u , mgis::real>,
@@ -26,6 +27,6 @@ namespace mgis::function {
2627 FunctionView<BasicLinearSpace>>> ==
2728 6 );
2829
29- #endif /* MGIS_HAVE_TFEL */
30-
3130} // end of namespace mgis::function
31+
32+ #endif /* MGIS_HAVE_TFEL */
Original file line number Diff line number Diff line change 55 * \date 01/09/2025
66 */
77
8+ #ifdef MGIS_HAVE_TFEL
9+
810#include " MGIS/Function/BasicLinearSpace.hxx"
911#include " MGIS/Function/Function.hxx"
1012#include " MGIS/Function/Tensors.hxx"
1113#include " MGIS/Function/Tensors/TensorView.hxx"
1214
1315namespace mgis ::function {
1416
15- #ifdef MGIS_HAVE_TFEL
16-
1717 static_assert (
1818 EvaluatorConcept<TensorView<Function<BasicLinearSpace>,
1919 tfel::math::stensor<3u , mgis::real>>>);
@@ -26,6 +26,6 @@ namespace mgis::function {
2626 tfel::math::stensor<3u , mgis::real>>> ==
2727 6 );
2828
29- #endif /* MGIS_HAVE_TFEL */
30-
3129} // end of namespace mgis::function
30+
31+ #endif /* MGIS_HAVE_TFEL */
You can’t perform that action at this time.
0 commit comments