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
50d83dbb
Verified
Commit
50d83dbb
authored
Jun 03, 2020
by
Tobias WEBER
Browse files
adapted to tlibs2 changes
parent
bc732119
Changes
11
Show whitespace changes
Inline
Side-by-side
tools/cif2xml/cif2xml.cpp
View file @
50d83dbb
...
...
@@ -6,7 +6,7 @@
*/
#include "../structfact/loadcif.h"
#include "libs/
_cxx20/
math_algos.h"
#include "libs/math_algos.h"
#include <gemmi/version.hpp>
#include <iostream>
...
...
tools/cif2xml/findsg.cpp
View file @
50d83dbb
...
...
@@ -6,7 +6,7 @@
*/
#include "../structfact/loadcif.h"
#include "libs/
_cxx20/
math_algos.h"
#include "libs/math_algos.h"
#include <gemmi/version.hpp>
#include <boost/algorithm/string.hpp>
...
...
tools/magsgbrowser/browser.h
View file @
50d83dbb
...
...
@@ -16,8 +16,8 @@
#include <QtWidgets/QTreeWidgetItem>
#include <QtWidgets/QListWidgetItem>
#include "libs/
_cxx20/
magsg.h"
#include "libs/
_cxx20/
math_algos.h"
#include "libs/magsg.h"
#include "libs/math_algos.h"
#include "ui_browser.h"
...
...
tools/magstructfact/magstructfact.h
View file @
50d83dbb
...
...
@@ -25,8 +25,8 @@
#include <sstream>
#include <complex>
#include "libs/
_cxx20/
glplot.h"
#include "libs/
_cxx20/
math_algos.h"
#include "libs/glplot.h"
#include "libs/math_algos.h"
#include "../structfact/numerictablewidgetitem.h"
...
...
tools/moldyn/moldyn.h
View file @
50d83dbb
...
...
@@ -20,8 +20,8 @@
#include <vector>
#include <tuple>
#include "libs/
_cxx20/
glplot.h"
#include "libs/
_cxx20/
math_algos.h"
#include "libs/glplot.h"
#include "libs/math_algos.h"
#include "moldyn-loader.h"
...
...
tools/pol/pol.cpp
View file @
50d83dbb
...
...
@@ -19,8 +19,8 @@
#include <vector>
#include <string>
#include "libs/
_cxx20/
glplot.h"
#include "libs/
_cxx20/
math_algos.h"
#include "libs/glplot.h"
#include "libs/math_algos.h"
#include "libs/helper.h"
#include <boost/version.hpp>
...
...
tools/pol/pol_cli.cpp
View file @
50d83dbb
...
...
@@ -9,7 +9,7 @@
*/
#include <iostream>
#include "libs/
_cxx20/
math_algos.h"
#include "libs/math_algos.h"
using
namespace
m
;
using
namespace
m_ops
;
...
...
tools/setup/convmag.cpp
View file @
50d83dbb
...
...
@@ -24,7 +24,7 @@ namespace ptree = boost::property_tree;
#include <boost/algorithm/string/trim.hpp>
namespace
algo
=
boost
::
algorithm
;
#include "libs/
_cxx20/
math_algos.h"
#include "libs/math_algos.h"
using
t_real
=
double
;
...
...
tools/structfact/loadcif.h
View file @
50d83dbb
...
...
@@ -19,7 +19,7 @@
#include <gemmi/cif.hpp>
#include <gemmi/symmetry.hpp>
#include "libs/
_cxx20/
math_algos.h"
#include "libs/math_algos.h"
using
namespace
m_ops
;
...
...
tools/structfact/structfact.h
View file @
50d83dbb
...
...
@@ -25,8 +25,8 @@
#include <sstream>
#include <complex>
#include "libs/
_cxx20/
glplot.h"
#include "libs/
_cxx20/
math_algos.h"
#include "libs/glplot.h"
#include "libs/math_algos.h"
#include "numerictablewidgetitem.h"
...
...
tools/structfact/structurefactor.cpp
View file @
50d83dbb
...
...
@@ -19,7 +19,7 @@ namespace consts = si::constants;
#include <fstream>
#include <memory>
#include "libs/
_cxx20/
math_algos.h"
#include "libs/math_algos.h"
using
namespace
m
;
using
namespace
m_ops
;
...
...
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