Skip to content

Commit

Permalink
Merge Pull Request trilinos#11182 from bartlettroscoe/Trilinos/10507-…
Browse files Browse the repository at this point in the history
…add-include-guards

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Add include guards for *_def.hpp file (trilinos#10507)
PR Author: bartlettroscoe
  • Loading branch information
trilinos-autotester authored Oct 27, 2022
2 parents dbdb90a + ac23492 commit b313dc3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
// ***********************************************************************
// @HEADER

#ifndef STRATIMIKOS_LINEARSOLVERBUILDER_DEF_HPP
#define STRATIMIKOS_LINEARSOLVERBUILDER_DEF_HPP

//#define THYRA_DEFAULT_REAL_LINEAR_SOLVER_BUILDER_DUMP

#include "Stratimikos_InternalConfig.h"
Expand Down Expand Up @@ -625,3 +628,5 @@ void LinearSolverBuilder<Scalar>::justInTimeInitialize() const


} // namespace Stratimikos

#endif // STRATIMIKOS_LINEARSOLVERBUILDER_DEF_HPP

0 comments on commit b313dc3

Please sign in to comment.