Skip to content

Commit

Permalink
MueLu: Add a blank line at the end of SemiCoarsenPFactory declaration…
Browse files Browse the repository at this point in the history
… since it may confuse certain versions of clang-format
  • Loading branch information
GrahamBenHarper committed Oct 29, 2023
1 parent df350c8 commit 7401645
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ class SemiCoarsenPFactory : public PFactory {
void RevertToPieceWiseConstant(RCP<Matrix>& P, LO BlkSize) const;

mutable bool bTransferCoordinates_; //< boolean which is true if coordinate information is available to be transferred to coarse coordinate information
}; //class SemiCoarsenPFactory

}; //class SemiCoarsenPFactory

} //namespace MueLu

Expand Down

0 comments on commit 7401645

Please sign in to comment.