프로젝트

일반

사용자정보

개정판 eeb25a23

IDeeb25a239f89a15127422a844ce1411dfeeb6fcc
상위 c2a462bc
하위 9661a533, dead731d

김연진이(가) 약 5년 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)