Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lambert Theisen
fenicsR13
Commits
d2a4b19b
Commit
d2a4b19b
authored
Jul 31, 2019
by
Lambert Theisen
Browse files
Remove boost namespace form heat esols
parent
b5c92300
Changes
3
Hide whitespace changes
Inline
Side-by-side
tests/heat/esols/01_coeffs.cpp
View file @
d2a4b19b
...
...
@@ -5,7 +5,6 @@
#include <boost/math/special_functions/bessel.hpp>
using
namespace
std
;
using
namespace
boost
::
math
;
namespace
py
=
pybind11
;
...
...
tests/heat/esols/01_nocoeffs.cpp
View file @
d2a4b19b
...
...
@@ -5,7 +5,6 @@
#include <boost/math/special_functions/bessel.hpp>
using
namespace
std
;
using
namespace
boost
::
math
;
namespace
py
=
pybind11
;
...
...
tests/heat/esols/10_coeffs.cpp
View file @
d2a4b19b
...
...
@@ -5,7 +5,6 @@
#include <boost/math/special_functions/bessel.hpp>
using
namespace
std
;
using
namespace
boost
::
math
;
namespace
py
=
pybind11
;
...
...
Write
Preview
Supports
Markdown
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