X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FNETGENPlugin%2FNETGENPlugin_Hypothesis.hxx;h=e68d3050f52bd83ec0cabffdafd9d184ea334519;hb=63eaf4f39688cc3646ca786493a6fc460c9bf7b0;hp=8f1800ee0d5cda3dc78d150ca709f27ad39504a7;hpb=26da39d104849bfd835548df8f02d2445f4f972a;p=plugins%2Fnetgenplugin.git diff --git a/src/NETGENPlugin/NETGENPlugin_Hypothesis.hxx b/src/NETGENPlugin/NETGENPlugin_Hypothesis.hxx index 8f1800e..e68d305 100644 --- a/src/NETGENPlugin/NETGENPlugin_Hypothesis.hxx +++ b/src/NETGENPlugin/NETGENPlugin_Hypothesis.hxx @@ -89,8 +89,7 @@ public: double GetChordalError() const { return _chordalError; } typedef std::map TLocalSize; - static TLocalSize GetDefaultLocalSize() { return TLocalSize(); } - void SetLocalSizeOnEntry(const std::string& entry, double localSize); + void SetLocalSizeOnEntry(const std::string& entry, double localSize); double GetLocalSizeOnEntry(const std::string& entry); const TLocalSize& GetLocalSizesAndEntries() const { return _localSize; } void UnsetLocalSizeOnEntry(const std::string& entry);