Skip to content

Commit

Permalink
Refs #10135. Fixing initialization error
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wedel committed Sep 10, 2014
1 parent 2dbbe8a commit 9a63452
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -40,7 +40,8 @@ std::vector<std::string> PointGroupFactoryImpl::getPointGroupSymbols(const Point
}

/// Private default constructor.
PointGroupFactoryImpl::PointGroupFactoryImpl() : Kernel::DynamicFactory<PointGroup>()
PointGroupFactoryImpl::PointGroupFactoryImpl() : Kernel::DynamicFactory<PointGroup>(),
m_crystalSystemMap()
{
Kernel::LibraryManager::Instance();
}
Expand Down

0 comments on commit 9a63452

Please sign in to comment.