Salome HOME
Correct bug on GUI
authorAnthony Geay <anthony.geay@edf.fr>
Mon, 23 Mar 2020 22:23:28 +0000 (23:23 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Mon, 23 Mar 2020 22:23:28 +0000 (23:23 +0100)
src/runtime/SalomeHPContainer.cxx
src/runtime/SalomeHPContainer.hxx

index a35342547bc75910589bbc5998f48cc0ef62bb51..8e86b3abee2219073d546b6c6d15f2e3a4fb61f0 100644 (file)
@@ -280,7 +280,7 @@ int SalomeHPContainer::getNumberOfCoresPerWorker() const
   return _sct.getNumberOfCoresPerWorker();
 }
 
-std::map<std::string,std::string> SalomeHPContainer::getResourcePropertiesSpe(const std::string& name) const
+std::map<std::string,std::string> SalomeHPContainer::getResourceProperties(const std::string& name) const
 {
   return _sct.getResourceProperties(name);
 }
index 83702784f9d94e9a3d5ba6695ed3fbaf5b2baaed..692770f80f87c8c49613d94f666baad6e17642a0 100644 (file)
@@ -108,7 +108,7 @@ namespace YACS
       //
 #ifndef SWIG
       void forYourTestsOnly(ForTestOmlyHPContCls *data) const;
-      std::map<std::string,std::string> getResourcePropertiesSpe(const std::string& name) const;
+      std::map<std::string,std::string> getResourceProperties(const std::string& name) const;
       void addComponentNameSpe(const std::string& name);
       void checkCapabilityToDealWithSpe(const ComponentInstance *inst) const throw(YACS::Exception);
       std::size_t locateTask(const Task *askingNode) const { return _launchModeType->locateTask(askingNode); }