Skip to content
Snippets Groups Projects
Commit cdee2cdf authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

removed grapedataio

[[Imported from SVN: r4448]]
parent ee49f6db
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment