/usr/include/dolfin/io/dolfin_io.h is in libdolfin-dev 2017.2.0.post0-2.
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 | #ifndef __DOLFIN_IO_H
#define __DOLFIN_IO_H
// DOLFIN io interface
#include <dolfin/io/GenericFile.h>
#include <dolfin/io/File.h>
#include <dolfin/io/XDMFFile.h>
#include <dolfin/io/HDF5File.h>
#include <dolfin/io/HDF5Attribute.h>
#include <dolfin/io/X3DOM.h>
#endif
|