Skip to content
Snippets Groups Projects
Commit 66f08038 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

moved exprtk to extern

parent 91e7ba12
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,6 @@ ...@@ -4,3 +4,6 @@
[submodule "extern/lodepng"] [submodule "extern/lodepng"]
path = extern/lodepng path = extern/lodepng
url = https://github.com/lvandeve/lodepng.git url = https://github.com/lvandeve/lodepng.git
[submodule "extern/exprtk"]
path = extern/exprtk
url = https://github.com/ArashPartow/exprtk.git
Subproject commit b0bc24cfdda39b30145b1f6c2c84b801cd131fef
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
#endif #endif
#include "extern/exprtk.h" #include "exprtk/exprtk.hpp"
#include <algorithm> #include <algorithm>
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
# pragma warning( disable : 1599 ) # pragma warning( disable : 1599 )
#endif #endif
#include "core/math/extern/exprtk.h" #include "exprtk/exprtk.hpp"
#if defined WALBERLA_CXX_COMPILER_IS_MSVC #if defined WALBERLA_CXX_COMPILER_IS_MSVC
# pragma warning( pop ) # pragma warning( pop )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment