/usr/include/trilinos/ml_epetra_preconditioner.h is in libtrilinos-ml-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 | /* ******************************************************************** */
/* See the file COPYRIGHT for a complete copyright notice, contact */
/* person and disclaimer. */
/* ******************************************************************** */
#ifndef ML_EPETRA_PRECONDITIONER_H
#define ML_EPETRA_PRECONDITIONER_H
/* simply recall the other header. This is for compatibility
* reasons: file "ml_MultiLevelPreconditioner.h" was previously
* called "ml_epetra_preconditioner.h".
*/
#include "ml_MultiLevelPreconditioner.h"
#endif /* _ML_EPETRA_PRECONDITIONER_H_ */
|