Skip to content

Commit

Permalink
FEM: commands, add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Feb 20, 2020
1 parent edc134c commit f14beae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Mod/Fem/femcommands/commands.py
Expand Up @@ -28,6 +28,10 @@

# Python command definitions
# for C++ command definitions see src/Mod/Fem/Command.cpp
# TODO, may be even more generic class creation
# with type() and identifier instead of class for
# the commands which add new document objects.
# see https://www.python-course.eu/python3_classes_and_type.php


class _Analysis(CommandManager):
Expand Down

0 comments on commit f14beae

Please sign in to comment.