/usr/include/dune/pdelab/instationary/onestep.hh is in libdune-pdelab-dev 2.4.1-1.
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 11 12 13 | // -*- 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>
// TODO: Remove include after PDELab 2.4
#include <dune/pdelab/common/instationaryfilenamehelper.hh>
#endif
|