Removed an unnecessary include from the root CMakeLists.txt

This commit is contained in:
jpekkila
2019-07-26 14:18:11 +03:00
parent 818893a0ea
commit b90d261e89
13 changed files with 20 additions and 21 deletions

View File

@@ -28,7 +28,7 @@
#include <math.h>
#include "core/errchk.h"
#include "src/core/errchk.h"
// Function pointer definitions
typedef ModelScalar (*ReduceFunc)(const ModelScalar&, const ModelScalar&);