From b1255686e055e6c64113341a62f6d7b68a04a48d Mon Sep 17 00:00:00 2001 From: Andreas Dutzler Date: Thu, 4 Aug 2022 00:24:00 +0200 Subject: [PATCH] Update __init__.py --- felupe/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/felupe/__init__.py b/felupe/__init__.py index d7fa81c4..f2c2eba1 100644 --- a/felupe/__init__.py +++ b/felupe/__init__.py @@ -30,9 +30,9 @@ RegionLagrange, ) from ._assembly import ( - IntegralForm, - IntegralFormMixed, - IntegralFormAxisymmetric, + #IntegralForm, + IntegralFormMixed as IntegralForm, + #IntegralFormAxisymmetric, # LinearForm, # BilinearForm, # LinearFormMixed,