Salome HOME
updated copyright message
[samples/atomsolv.git] / idl / ATOMSOLV.idl
old mode 100755 (executable)
new mode 100644 (file)
index 0e317c1..208c479
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2023  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -50,17 +50,17 @@ module ATOMSOLV_ORB
     /*!
       Set internal data structure from external source (ATOMGEN component, for example).
      */
-    boolean setData( in long studyID, in TMoleculeList theData );
+    boolean setData( in TMoleculeList theData );
 
     /*!
       Get internal data structure
      */
-    boolean getData( in long studyID, out TMoleculeList outData );
+    boolean getData( out TMoleculeList outData );
 
     /*!
       Perform action on the atomic data
      */
-    boolean processData( in long studyID );
+    boolean processData( );
   };
 };