DUNE-FEM (unstable)

xdrstreams.hh
1#ifndef DUNE_FEM_XDRSTREAMS_HH
2#define DUNE_FEM_XDRSTREAMS_HH
3#warning "Deprecated header, use #include <dune/fem/io/streams/binarystreams.hh> instead!"
4
5#include <dune/fem/io/streams/binarystreams.hh>
6
7namespace Dune
8{
9 namespace Fem
10 {
11
12 using XDRFileOutStream = BinaryFileOutStream;
13 using XDRFileInStream = BinaryFileInStream;
14
15 } // namespace Fem
16
17} // namespace Dune
18
19#endif // #ifndef DUNE_FEM_XDRSTREAMS_HH
Dune namespace.
Definition: alignedallocator.hh:13
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 27, 22:29, 2024)