reduce solver calls and fix cylinder-cylinder coincident options

This commit is contained in:
Stefan Tröger
2013-10-24 21:06:11 +02:00
parent e9540eadcc
commit bc8d2d2294
4 changed files with 22 additions and 8 deletions

View File

@@ -274,6 +274,9 @@ public:
s->m_cluster = m_cluster->createCluster().first;
s->m_storage = m_storage;
s->m_cluster->template setProperty<dcm::type_prop>(details::subcluster);
#ifdef USE_LOGGING
stop_log(s->sink);
#endif
return s;
};