We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b02f2 commit 29cbeaeCopy full SHA for 29cbeae
3 files changed
test/SelfGravity/ShearingSheet/analysis.cpp
test/SelfGravity/ShearingSheet/analysis.hpp
test/SelfGravity/ShearingSheet/setup.cpp
@@ -1,18 +1,9 @@
1
#include "idefix.hpp"
2
#include "setup.hpp"
3
-<<<<<<< HEAD
4
-=======
5
-#include "analysis.hpp"
6
->>>>>>> 4b686185 (Fixed IDIR index shift)
7
8
static real gammaIdeal;
9
static real omega;
10
static real shear;
11
12
13
-Analysis *analysis;
14
-
15
16
17
//#define STRATIFIED
18
@@ -106,12 +97,3 @@ void Setup::InitFlow(DataBlock &data) {
106
97
// Send it all, if needed
107
98
d.SyncToDevice();
108
99
}
109
110
111
112
113
-// Analyse data to produce an output
114
115
-void MakeAnalysis(DataBlock & data) {
116
-}
117
0 commit comments