mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 09:28:23 +01:00
Merge branch '1-remove-bits-stdc-h-as-header' into 'main'
Resolve "Remove <bits/stdc++.h> as header" Closes #1 See merge request naaice/tug!2
This commit is contained in:
commit
ebca11f4fd
@ -2,7 +2,6 @@
|
|||||||
#define BOUNDARYCONDITION_H_
|
#define BOUNDARYCONDITION_H_
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <bits/stdint-uintn.h>
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|||||||
@ -6,7 +6,6 @@
|
|||||||
#include <Eigen/Dense>
|
#include <Eigen/Dense>
|
||||||
#include <Eigen/Sparse>
|
#include <Eigen/Sparse>
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <bits/stdint-uintn.h>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
namespace tug {
|
namespace tug {
|
||||||
|
|||||||
@ -7,7 +7,6 @@
|
|||||||
#include <Eigen/Dense>
|
#include <Eigen/Dense>
|
||||||
#include <Eigen/Sparse>
|
#include <Eigen/Sparse>
|
||||||
#include <Eigen/src/Core/Matrix.h>
|
#include <Eigen/src/Core/Matrix.h>
|
||||||
#include <bits/stdint-uintn.h>
|
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <bits/stdint-uintn.h>
|
|
||||||
#include <tug/BoundaryCondition.hpp>
|
#include <tug/BoundaryCondition.hpp>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
#include <bits/stdint-uintn.h>
|
|
||||||
#include <tug/Solver.hpp>
|
#include <tug/Solver.hpp>
|
||||||
|
|
||||||
#include <Eigen/Dense>
|
#include <Eigen/Dense>
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
#include <bits/stdint-uintn.h>
|
|
||||||
#include <doctest/doctest.h>
|
#include <doctest/doctest.h>
|
||||||
#include <tug/BoundaryCondition.hpp>
|
#include <tug/BoundaryCondition.hpp>
|
||||||
#include <tug/Diffusion.hpp>
|
#include <tug/Diffusion.hpp>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user