]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman-Common/src/org/splat/dal/bo/som/SimulationContext.java
Salome HOME
- Set up-to date functionality is implemented;
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / dal / bo / som / SimulationContext.java
index ab900bd0660bf2b122c4f95e7fc4d5bdeb682fc6..88698b9c686ab2840cbfb4328379ac90f0e02afb 100644 (file)
@@ -88,8 +88,7 @@ public class SimulationContext extends Persistent implements Serializable {
       {
         if (type == null)  throw new MissedPropertyException("type");
         if (step == null)  throw new MissedPropertyException("step");
-        if (value == null) throw new MissedPropertyException("value");        
-        if (!type.isAttachedTo(step)) throw new InvalidPropertyException("step");
+        if (value == null) throw new MissedPropertyException("value");
       }
     }
 //  Database fetch constructor