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
fc5ff57b
Commit
fc5ff57b
authored
2 years ago
by
Felix de las Pozas
Browse files
Options
Downloads
Patches
Plain Diff
Updated SimIL commit in subprojects. Bump to version 0.4.4.
parent
9083ae34
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitsubprojects
+1
-1
1 addition, 1 deletion
.gitsubprojects
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
neurotessmesh/LoaderThread.cpp
+6
-3
6 additions, 3 deletions
neurotessmesh/LoaderThread.cpp
with
8 additions
and
5 deletions
.gitsubprojects
+
1
−
1
View file @
fc5ff57b
...
...
@@ -6,4 +6,4 @@
git_subproject
(
neurolots https://github.com/gmrvvis/neurolots.git f8ea6d1e
)
git_subproject
(
ReTo https://github.com/gmrvvis/ReTo.git 211c49a
)
git_subproject
(
acuterecorder https://github.com/vg-lab/AcuteRecorder.git 0b84c2b1
)
#git_subproject(
SimIL https://github.com/gmrvvis/SimIL.git
78f316c0
)
#git_subproject(SimIL https://github.com/gmrvvis/SimIL.git
24fcc1e1
)
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
fc5ff57b
...
...
@@ -5,7 +5,7 @@
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
cmake_minimum_required
(
VERSION 3.1 FATAL_ERROR
)
project
(
NeuroTessMesh VERSION 0.4.
3
)
project
(
NeuroTessMesh VERSION 0.4.
4
)
set
(
NeuroTessMesh_VERSION_ABI 1
)
# Disable in source building
...
...
This diff is collapsed.
Click to expand it.
neurotessmesh/LoaderThread.cpp
+
6
−
3
View file @
fc5ff57b
...
...
@@ -22,16 +22,16 @@
#include
"LoaderThread.h"
//
deps
//
NSOL
#include
<memory>
#include
<nsol/nsol.h>
// SimIL
#ifdef NEUROTESSMESH_USE_SIMIL
#include
<simil/simil.h>
#endif
// Eigen
#include
<Eigen/Geometry>
#include
<Eigen/Eigen>
...
...
@@ -42,6 +42,9 @@
#include
<QProgressBar>
#include
<QIcon>
// C++
#include
<memory>
using
namespace
neurotessmesh
;
LoaderThread
::
LoaderThread
(
const
std
::
string
&
arg1
,
const
std
::
string
&
arg2
,
...
...
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