Skip to content

Commit efb6bfa

Browse files
committed
comment missing files
1 parent 323b256 commit efb6bfa

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

polyfempy/__init__.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
from .polyfempy import *
22

3-
from .Settings import Settings
4-
from .Selection import Selection
3+
# from .Settings import Settings
4+
# from .Selection import Selection
55

6-
from .Problem import Problem
6+
# from .Problem import Problem
77

8-
from .Problems import Franke
9-
from .Problems import GenericScalar
10-
from .Problems import Gravity
11-
from .Problems import Torsion
12-
from .Problems import GenericTensor
13-
from .Problems import Flow
14-
from .Problems import DrivenCavity
15-
from .Problems import FlowWithObstacle
8+
# from .Problems import Franke
9+
# from .Problems import GenericScalar
10+
# from .Problems import Gravity
11+
# from .Problems import Torsion
12+
# from .Problems import GenericTensor
13+
# from .Problems import Flow
14+
# from .Problems import DrivenCavity
15+
# from .Problems import FlowWithObstacle

0 commit comments

Comments
 (0)