Skip to content

Commit

Permalink
0922
Browse files Browse the repository at this point in the history
  • Loading branch information
tian50 committed Sep 22, 2021
1 parent ad2de51 commit 6935374
Show file tree
Hide file tree
Showing 9 changed files with 1,102 additions and 575 deletions.
321 changes: 0 additions & 321 deletions msgpi/analysis.py

This file was deleted.

2 changes: 2 additions & 0 deletions msgpi/csda.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

class CrossSectionDesignAnalysis(DesignAnalysis):

class_name = 'cs'

def __init__(self, name='', inputs={}, outputs={}, settings={}, prepros=[], postpros=[], analyses=[], logger=None):
DesignAnalysis.__init__(self, inputs, outputs, settings, prepros, postpros, analyses, logger)
# self.cs = cs
Expand Down
Loading

0 comments on commit 6935374

Please sign in to comment.