Skip to content

Commit

Permalink
Merge Pull Request #3434 from prwolfe/Trilinos/add_RIG
Browse files Browse the repository at this point in the history
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: This commit just adds a Redundant Include Guard to Epetra_config.h.in
PR Author: prwolfe
  • Loading branch information
trilinos-autotester committed Sep 13, 2018
2 parents 6470426 + 50ff497 commit 802b9e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/epetra/cmake/Epetra_config.h.in
Expand Up @@ -46,6 +46,9 @@
/* Copy of the following file, edited to be used with CMake */
/* src/Epetra_config.h.in. Generated from configure.ac by autoheader. */

#ifndef EPETRA_CONFIG_H
#define EPETRA_CONFIG_H

/* Define the Fortran name mangling to be used for the BLAS */
#ifndef F77_BLAS_MANGLE
#define F77_BLAS_MANGLE@F77_BLAS_MANGLE@
Expand Down Expand Up @@ -156,3 +159,5 @@
#cmakedefine EPETRA_NO_64BIT_GLOBAL_INDICES

@EPETRA_DEPRECATED_DECLARATIONS@

#endif

0 comments on commit 802b9e4

Please sign in to comment.