Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #392 from simphony/391-removed-outdated-docstring
Browse files Browse the repository at this point in the history
Removes outdated docstring in ABCModelingEngine.
  • Loading branch information
stefanoborini committed Feb 13, 2017
2 parents e92a11a + e78f594 commit 58f6beb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions simphony/cuds/abc_modeling_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@ class ABCModelingEngine(object): # pragma: no cover
Through this interface, the user controls and interacts with the
simulation/calculation (which is being performed by the modeling
engine).
Attributes
----------
BC : DataContainer
container of attributes related to the boundary conditions
CM : DataContainer
container of attributes related to the computational method
SP : DataContainer
container of attributes related to the system parameters/conditions
materials : Materials
materials related to state data
"""
__metaclass__ = ABCMeta

Expand Down

0 comments on commit 58f6beb

Please sign in to comment.