Salome HOME
Still a problem with forward
authorAnthony Geay <anthony.geay@edf.fr>
Wed, 24 May 2017 05:47:13 +0000 (07:47 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Wed, 24 May 2017 05:47:13 +0000 (07:47 +0200)
src/runtime/SalomeHPContainer.hxx

index 22cfad3d4df2318891986259b5767681fe787787..c6fedbd3461a4914ddad0b8b6cc323191461d928 100644 (file)
@@ -140,6 +140,7 @@ namespace YACS
       HomogeneousPoolContainer *getDirectFather() { return _directFather; }
       const HomogeneousPoolContainer *getDirectFather() const { return _directFather; }
       int getNumberOfCoresPerWorker() const { return _directFather->getNumberOfCoresPerWorker(); }
+      std::string getProperty(const std::string& name) const { return _directFather->getProperty(name); }
       void prepareMaskForExecution() const;
       void forYourTestsOnly(ForTestOmlyHPContCls *data) const;
       std::string getName() const;