Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NeuroTessMesh
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SimVisSuite
NeuroTessMesh
Commits
c2d1a82f
Commit
c2d1a82f
authored
2 years ago
by
Felix de las Pozas
Browse files
Options
Downloads
Patches
Plain Diff
Fix code out of SimIL ifdef.
parent
2631844c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
neurotessmesh/LoaderThread.cpp
+1
-2
1 addition, 2 deletions
neurotessmesh/LoaderThread.cpp
with
1 addition
and
2 deletions
neurotessmesh/LoaderThread.cpp
+
1
−
2
View file @
c2d1a82f
...
@@ -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
,
""
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment