Skip to content
Snippets Groups Projects
Commit fc45c2ab authored by Robert K's avatar Robert K Committed by Tobias Malkmus
Browse files

Remove unnecessary assert.

parent 680073df
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,6 @@ namespace Fem
#endif
, isInitialized_( 0 )
{
assert( Fem::ThreadManager::singleThreadMode() );
}
bool isInitialized() const { return isInitialized_ == 2 ; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment