This commit is contained in:
eap 2014-05-21 18:56:48 +04:00
parent 948a95072d
commit 5b295caec1

View File

@ -13083,7 +13083,7 @@ class geomField( GEOM._objref_GEOM_Field ):
return self.field.GetComponents(self) return self.field.GetComponents(self)
## Adds a time step to the field ## Adds a time step to the field
# @param step the time step number futher used as the step identifier # @param step the time step number further used as the step identifier
# @param stamp the time step time # @param stamp the time step time
# @param values the values of the time step # @param values the values of the time step
def addStep(self, step, stamp, values): def addStep(self, step, stamp, values):