IMP 0019929 (Replace "smesh.smesh" by "smesh"

This commit is contained in:
ptv 2009-06-10 13:15:22 +00:00
parent e28884f9e3
commit 84ba70c0d6

View File

@ -63,7 +63,7 @@ public:
* \retval TCollection_AsciiString - The file name * \retval TCollection_AsciiString - The file name
*/ */
static const char* SmeshpyName() { return "smesh"; } static const char* SmeshpyName() { return "smesh"; }
static const char* GenName() { return "smesh.smesh"; } static const char* GenName() { return "smesh"; }
}; };
namespace SMESH namespace SMESH