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

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
......@@ -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)
......@@ -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
......
......@@ -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 ,
......
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