This file is indexed.

/usr/include/trilinos/ml_epetra_operator.h is in libtrilinos-ml-dev 12.12.1-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
/* ******************************************************************** */
/* See the file COPYRIGHT for a complete copyright notice, contact      */
/* person and disclaimer.                                               */
/* ******************************************************************** */
#ifndef ML_EPETRA_OPERATOR_H
#define ML_EPETRA_OPERATOR_H

/* simply recall the other header. This is for compatibility
 * reasons: file "ml_MultiLevelOperator.h" was previously
 * called "ml_epetra_operator.h".
 */

#include "ml_MultiLevelOperator.h"

#endif