--- trunk/OOPSE-3.0/src/brains/SimSnapshotManager.cpp 2005/02/13 06:57:48 2002 +++ trunk/OOPSE-3.0/src/brains/SimSnapshotManager.cpp 2005/02/13 08:05:33 2006 @@ -44,7 +44,7 @@ namespace oopse { #include "utils/simError.h" namespace oopse { -SimSnapshotManager::SimSnapshotManager(SimInfo* info, int storageLayout = 255) +SimSnapshotManager::SimSnapshotManager(SimInfo* info, int storageLayout) : SnapshotManager(storageLayout), info_(info){ int nAtoms = info_->getNAtoms();