/usr/include/dune/pdelab/instationary/onestep.hh is in libdune-pdelab-dev 2.5.0~rc1-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | // -*- tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=8 sw=2 sts=2:
#ifndef DUNE_PDELAB_INSTATIONARY_ONESTEP_HH
#define DUNE_PDELAB_INSTATIONARY_ONESTEP_HH
#include <dune/pdelab/instationary/explicitonestep.hh>
#include <dune/pdelab/instationary/implicitonestep.hh>
#endif // DUNE_PDELAB_INSTATIONARY_ONESTEP_HH
|