Skip to content

Commit

Permalink
Add header guard
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Dec 16, 2019
1 parent 5efec96 commit 46cec3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bmi.hxx
@@ -1,3 +1,6 @@
#ifndef BMI_HXX
#define BMI_HXX

namespace bmi {

const int BMI_SUCCESS = 0;
Expand Down Expand Up @@ -69,3 +72,5 @@ namespace bmi {
virtual void GetGridNodesPerFace(const int grid, int *nodes_per_face) = 0;
};
}

#endif

0 comments on commit 46cec3d

Please sign in to comment.