Esempio n. 1
0
 def exportACTNUMKw(self):
     actnum = EclKW("ACTNUM" , self.getGlobalSize() , EclDataType.ECL_INT)
     self._init_actnum( actnum.getDataPtr() )
     return actnum
Esempio n. 2
0
 def exportACTNUMKw(self):
     actnum = EclKW("ACTNUM", self.getGlobalSize(), EclDataType.ECL_INT)
     self._init_actnum(actnum.getDataPtr())
     return actnum