/usr/include/trilinos/pamgen_fudges.h is in libtrilinos-pamgen-dev 12.10.1-3.
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 | // $Id$
#include "pamgen_code_types.h"
namespace PAMGEN_NEVADA {
// these are defined in fudges.C
extern const Real ROUND_OFF_FACTOR;
extern const Real TINY;
extern const Real a_lot_positive;
extern const Real a_little_positive;
extern const Real a_little_negative;
} // end element_dictionary.C:namespace PAMGEN_NEVADA {
|