File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ class ICoCoMethods: # pylint: disable=too-few-public-methods
7070 "setInputStringValue" , "getOutputStringValue" ]
7171 """ICoco methods of section Scalar values I/O"""
7272
73- ALL = [' GetICoCoMajorVersion' ] + PROBLEM + TIME_STEP + RESTORE + IO_FIELD + IO_VALUE
73+ ALL = [" GetICoCoMajorVersion" ] + PROBLEM + TIME_STEP + RESTORE + IO_FIELD + IO_VALUE
7474 """All ICoCo methods"""
7575
7676
@@ -82,7 +82,8 @@ class ICoCoMethodContext: # pylint: disable=too-few-public-methods
8282
8383 ONLY_AFTER_INITIALIZE = [name for name in ICoCoMethods .ALL
8484 if name not in ["setDataFile" , "setMPIComm" , "initialize" ,
85- "getMEDCouplingMajorVersion" , "isMEDCoupling64Bits" ]]
85+ "getMEDCouplingMajorVersion" , "isMEDCoupling64Bits" ,
86+ "GetICoCoMajorVersion" ]]
8687 """Methods which must be called only AFTER ``initialize``."""
8788
8889 ONLY_INSIDE_TIME_STEP_DEFINED = ["solveTimeStep" , "iterateTimeStep" ,
You can’t perform that action at this time.
0 commit comments