개정판 eeb25a23
issue #1049 : 옵션 창 및 기능 : Control Valve Equation 적용
Change-Id: Iae284395cd82390c244ec354b4e0ad06b3b40bb9
HYTOS/HYTOS/Shapes/EngineeringStreamlineItem.py | ||
---|---|---|
148 | 148 |
"""validate stream line data""" |
149 | 149 |
|
150 | 150 |
# TODO: need to implement this function |
151 |
return [[self, 'check the data of mixed type']] if self.data.phase_type == 'Mixed' else None |
|
151 |
return [[self, 'check the data of mixed type']] if self.data and self.data.phase_type == 'Mixed' else None
|
|
152 | 152 |
|
153 | 153 |
def build_connectors(self, connected, pointsUids=None): |
154 | 154 |
""" build connectors for stream line |
내보내기 Unified diff