Skip to content

Commit 29cbeae

Browse files
committed
remove analysis
1 parent 21b02f2 commit 29cbeae

File tree

3 files changed

+0
-55
lines changed

3 files changed

+0
-55
lines changed

test/SelfGravity/ShearingSheet/analysis.cpp

Lines changed: 0 additions & 17 deletions
This file was deleted.

test/SelfGravity/ShearingSheet/analysis.hpp

Lines changed: 0 additions & 20 deletions
This file was deleted.

test/SelfGravity/ShearingSheet/setup.cpp

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
11
#include "idefix.hpp"
22
#include "setup.hpp"
3-
<<<<<<< HEAD
4-
=======
5-
#include "analysis.hpp"
6-
>>>>>>> 4b686185 (Fixed IDIR index shift)
73

84
static real gammaIdeal;
95
static real omega;
106
static real shear;
11-
<<<<<<< HEAD
12-
=======
13-
Analysis *analysis;
14-
15-
>>>>>>> 4b686185 (Fixed IDIR index shift)
167

178
//#define STRATIFIED
189

@@ -106,12 +97,3 @@ void Setup::InitFlow(DataBlock &data) {
10697
// Send it all, if needed
10798
d.SyncToDevice();
10899
}
109-
<<<<<<< HEAD
110-
=======
111-
112-
113-
// Analyse data to produce an output
114-
115-
void MakeAnalysis(DataBlock & data) {
116-
}
117-
>>>>>>> 4b686185 (Fixed IDIR index shift)

0 commit comments

Comments
 (0)