Skip to content
Snippets Groups Projects
Commit c2d1a82f authored by Felix de las Pozas's avatar Felix de las Pozas
Browse files

Fix code out of SimIL ifdef.

parent 2631844c
No related branches found
No related tags found
No related merge requests found
...@@ -150,6 +150,7 @@ void LoaderThread::run( ) ...@@ -150,6 +150,7 @@ void LoaderThread::run( )
} }
} }
#ifdef NEUROTESSMESH_USE_SIMIL
uint8_t LoaderThread::getTypeFromLoaderType( const NeuronType& type ) uint8_t LoaderThread::getTypeFromLoaderType( const NeuronType& type )
{ {
switch ( type ) switch ( type )
...@@ -168,8 +169,6 @@ uint8_t LoaderThread::getTypeFromLoaderType( const NeuronType& type ) ...@@ -168,8 +169,6 @@ uint8_t LoaderThread::getTypeFromLoaderType( const NeuronType& type )
return nsol::Neuron::UNDEFINED; return nsol::Neuron::UNDEFINED;
} }
#ifdef NEUROTESSMESH_USE_SIMIL
void LoaderThread::loadH5Morphology( ) void LoaderThread::loadH5Morphology( )
{ {
H5Morphologies loader( m_fileName , "" ); H5Morphologies loader( m_fileName , "" );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment