/usr/include/singular/gfanlib/gfanlib.h is in libsingular4-dev-common 1:4.0.3-p3+ds-5.
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 14 15 16 17 18 19 20 | /*
* gfanlib.h
*
* Created on: Sep 28, 2010
* Author: anders
*/
#ifndef GFANLIB_H_
#define GFANLIB_H_
#include "gfanlib_z.h"
#include "gfanlib_vector.h"
#include "gfanlib_matrix.h"
#include "gfanlib_zcone.h"
#include "gfanlib_symmetry.h"
#include "gfanlib_polyhedralfan.h"
#include "gfanlib_zfan.h"
#include "gfanlib_mixedvolume.h"
#endif /* GFANLIB_H_ */
|