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

stream choice header.

parent bbcf8aaf
No related branches found
No related tags found
No related merge requests found
miscdir = $(includedir)/dune/fem-dg/misc
misc_HEADERS = runfile.hh cons2prim.hh
misc_HEADERS = runfile.hh cons2prim.hh streams.hh
include $(top_srcdir)/am/global-rules
#ifndef DUNE_FEM_DG_STREAMS_HH
#define DUNE_FEM_DG_STREAMS_HH
#if HAVE_SIONLIB && USE_SIONLIB
#warning "using SIONlib streams for output"
#include <dune/fem/io/streams/sionlibstreams.hh>
namespace Dune {
struct PersistenceManagerTraits
{
typedef Fem :: SIONlibOutStream BackupStreamType ;
typedef Fem :: SIONlibInStream RestoreStreamType ;
static const bool singleBackupRestoreFile = true ;
};
#define FEM_PERSISTENCEMANAGERSTREAMTRAITS PersistenceManagerTraits
}
#endif // #if HAVE_SIONLIB && USE_SIONLIB
#endif // #ifndef DUNE_FEM_DG_STREAMS_HH
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