Skip to content

Commit

Permalink
Remove some unnecessary code from test-smooth
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree committed Feb 4, 2019
1 parent 3e62a35 commit 35cdc72
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/integrated/test-smooth/test_smooth.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ int main(int argc, char **argv) {
Field2D input2d = f.create2D("1 + sin(2*y)");
Field3D input3d = f.create3D("gauss(x-0.5,0.2)*gauss(y-pi)*sin(3*y - z)");

input3d.splitYupYdown();
mesh->getParallelTransform().calcYUpDown(input3d);

SAVE_ONCE2(input2d, input3d);
Expand All @@ -32,11 +31,6 @@ int main(int argc, char **argv) {

// Output data
dump.write();
dump.close();

output << "\nFinished running test. Triggering error to quit\n\n";

MPI_Barrier(BoutComm::get()); // Wait for all processors to write data

BoutFinalise();
return 0;
Expand Down

0 comments on commit 35cdc72

Please sign in to comment.