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

Renamed FileFormatType ot GrapeIOFileFormatType.

[[Imported from SVN: r2032]]
parent 772223f8
Branches
Tags
No related merge requests found
......@@ -15,6 +15,8 @@
#include <dune/grid/common/defaultindexsets.hh>
#include <dune/fem/transfer/datacollector.hh>
#include <dune/io/file/grapedataio.hh>
namespace Dune {
// forward declaration
......@@ -814,7 +816,7 @@ namespace Dune {
//********************************************************
// read-write Interface for index set
//********************************************************
bool write(const FileFormatType ftype, const char *filename, int timestep);
bool write(const GrapeIOFileFormatType ftype, const char *filename, int timestep);
bool read(const char *filename, int timestep);
bool write_xdr( const char * filename, int timestep);
bool read_xdr( const char * filename, int timestep);
......@@ -822,7 +824,7 @@ namespace Dune {
template <class GridType, class DataCollectorType>
inline bool DofManager<GridType,DataCollectorType>::
write(const FileFormatType ftype, const char *filename, int timestep)
write(const GrapeIOFileFormatType ftype, const char *filename, int timestep)
{
assert(ftype == xdr);
return write_xdr(filename,timestep);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment