Salome HOME
Management of initialization with a python script only the first time.
[modules/yacs.git] / src / engine / HomogeneousPoolContainer.cxx
index f79ee6af4a414c99ead63a1176a36a56c2b542e5..c52f564e0b284c6e8d2dbf0f9de391e017b4affe 100644 (file)
@@ -24,6 +24,8 @@ using namespace YACS::ENGINE;
 
 const char HomogeneousPoolContainer::SIZE_OF_POOL_KEY[]="SizeOfPool";
 
+const char HomogeneousPoolContainer::INITIALIZE_SCRIPT_KEY[]="InitializeScriptKey";
+
 void HomogeneousPoolContainer::attachOnCloning() const
 {
   _isAttachedOnCloning=true;