Loading [MathJax]/extensions/MathMenu.js

DUNE-FEM (2.10)

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 & Uni Heidelberg  |  generated with Hugo v0.111.3 (Apr 5, 23:02, 2025)