]> SALOME platform Git repositories - samples/genericsolver.git/blobdiff - resources/yacsgen_example.py
Salome HOME
Update copyrights
[samples/genericsolver.git] / resources / yacsgen_example.py
index b1ea04211154c3f82d94cd3192cd05ec339e4312..7e25678aff7400f80fb1a97fbd156d290ad20f2f 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-#  Copyright (C) 2009-2012 EDF R&D
+#  Copyright (C) 2009-2013 EDF R&D
 #
 #  This library is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
@@ -69,6 +69,17 @@ else:
 """,
                                   ),
                            Service("Finalize"),
+                           Service("GetFilesToTransfer",
+                                   inport=[("studyID", "long"),
+                                           ("detCaseEntry", "string")],
+                                   outport=[("inputFiles", "stringvec"),
+                                            ("outputFiles", "stringvec")],
+                                   body="""
+inputFiles = []
+outputFiles = []
+return (inputFiles, outputFiles)
+""",
+                                  ),
                           ]
                 )