diff --git a/grid/albertagrid/agcommunicator.hh b/grid/albertagrid/agcommunicator.hh index 143736184be7fa2a8783bbe0af425b2a2dcb0d27..02141943c525314c2c8ac3625c682b880f780227 100644 --- a/grid/albertagrid/agcommunicator.hh +++ b/grid/albertagrid/agcommunicator.hh @@ -10,7 +10,7 @@ #endif #include <dune/common/dlist.hh> -#include <dune/io/file/grapedataio.hh> +//#include <dune/io/file/grapedataio.hh> #define _ANSI_HEADER @@ -505,7 +505,7 @@ namespace Dune { { cycle_++; int ts = (cycle_ * 100) + 1; - GrapeDataIO < GridType > dataIO; + //GrapeDataIO < GridType > dataIO; //dataIO.writeGrid( grid_, xdr , name, (double) ts, ts); const int nl = mpAccess_.nlinks(); @@ -622,7 +622,7 @@ namespace Dune { bool secondMark () { int ts = (cycle_*100) + 2; - GrapeDataIO < GridType > dataIO; + //GrapeDataIO < GridType > dataIO; //dataIO.writeGrid( grid_, xdr , name, (double) ts, ts ); int oldmxl = oldmxl_; @@ -800,7 +800,7 @@ namespace Dune { bool thirdMark () { int ts = (cycle_*100) + 3; - GrapeDataIO < GridType > dataIO; + //GrapeDataIO < GridType > dataIO; //dataIO.writeGrid( grid_, xdr , name, (double) ts, ts ); int oldmxl = oldmxl_; @@ -883,7 +883,7 @@ namespace Dune { } cyc2 = cycle_; int ts = (cycle_*100) + 4; - GrapeDataIO < GridType > dataIO; + //GrapeDataIO < GridType > dataIO; //dataIO.writeGrid( grid_, xdr , name, (double) ts, ts ); const int nl = mpAccess_.nlinks();