Salome HOME
Changed parameter name entry in detCaseEntry
[samples/genericsolver.git] / idl / DEVIATION_Gen.idl
index 78cac6cedec8bcbf028b99fcdb8cae8b356427b6..bdeaeddfe4c0f350178e50e31219bf5f510b9a4d 100644 (file)
@@ -52,9 +52,9 @@ module GENERICSOLVER_ORB
      * identify them in future calls to Exec.
      *
      * @param studyID        the identifier of the study containing the deterministic data
-     * @param entry          the identifier of the deterministic case within the study
+     * @param detCaseEntry   the identifier of the deterministic case within the study
      */
-    void Init(in long studyID, in SALOMEDS::ID entry)
+    void Init(in long studyID, in SALOMEDS::ID detCaseEntry)
       raises (SALOME::SALOME_Exception);
 
     /**