Skip to content

Commit

Permalink
Add an include guard I forgot earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
ckhroulev committed Oct 14, 2020
1 parent 67f3c98 commit 474f951
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/stressbalance/blatter/verification/BlatterTest1.hh
Expand Up @@ -17,6 +17,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef BLATTERTEST1_H
#define BLATTERTEST1_H

#include "pism/stressbalance/blatter/Blatter.hh"

namespace pism {
Expand Down Expand Up @@ -60,3 +63,5 @@ protected:

} // end of namespace stressbalance
} // end of namespace pism

#endif /* BLATTERTEST1_H */

0 comments on commit 474f951

Please sign in to comment.