Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
Takin
mag-core
Commits
876f9355
Commit
876f9355
authored
Dec 21, 2020
by
Tobias WEBER
Browse files
Merge branch 'master' of
https://code.ill.fr/scientific-software/takin/mag-core
parents
ebec456e
207eb717
Changes
3
Hide whitespace changes
Inline
Side-by-side
tools/scanbrowser/CMakeLists.txt
View file @
876f9355
...
@@ -71,7 +71,8 @@ set_property(SOURCE
...
@@ -71,7 +71,8 @@ set_property(SOURCE
include_directories
(
include_directories
(
"
${
PROJECT_SOURCE_DIR
}
"
"
${
PROJECT_SOURCE_DIR
}
/ext"
"
${
PROJECT_SOURCE_DIR
}
/ext/qcp"
"
${
PROJECT_SOURCE_DIR
}
"
"
${
PROJECT_SOURCE_DIR
}
/ext"
"
${
PROJECT_SOURCE_DIR
}
/ext/qcp"
"
${
PROJECT_SOURCE_DIR
}
/../.."
"
${
PROJECT_SOURCE_DIR
}
/../../ext"
"
${
PROJECT_SOURCE_DIR
}
/../../ext/qcp"
"
${
PROJECT_SOURCE_DIR
}
/../.."
"
${
PROJECT_SOURCE_DIR
}
/../../ext"
"
${
PROJECT_SOURCE_DIR
}
/../../ext/qcp"
"
${
PROJECT_SOURCE_DIR
}
/cli"
"
${
PROJECT_SOURCE_DIR
}
/cli"
"
${
Boost_INCLUDE_DIRS
}
"
"
${
Boost_INCLUDE_DIRS
}
/.."
"
${
FLEX_INCLUDE_DIRS
}
"
"
${
Boost_INCLUDE_DIRS
}
"
"
${
Boost_INCLUDE_DIRS
}
/.."
"
${
FLEX_INCLUDE_DIRS
}
"
"
${
PROJECT_BINARY_DIR
}
/parser"
"
${
PROJECT_BINARY_DIR
}
/parser"
...
...
tools/scanbrowser/cli/funcs.cpp
View file @
876f9355
...
@@ -7,8 +7,8 @@
...
@@ -7,8 +7,8 @@
#include "funcs.h"
#include "funcs.h"
#include "../globals.h"
#include "../globals.h"
#include "libs/phys.h"
#include "
tlibs2/
libs/phys.h"
#include "libs/fit.h"
#include "
tlibs2/
libs/fit.h"
using
t_real
=
t_real_cli
;
using
t_real
=
t_real_cli
;
...
...
tools/scanbrowser/cli/sym.cpp
View file @
876f9355
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
#include "cliparser.h"
#include "cliparser.h"
#include "../globals.h"
#include "../globals.h"
#include "funcs.h"
#include "funcs.h"
#include "libs/algos.h"
#include "
tlibs2/
libs/algos.h"
#include "libs/str.h"
#include "
tlibs2/
libs/str.h"
#include <cmath>
#include <cmath>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment