Skip to content

Commit

Permalink
Remove trailing underscore in include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsayad authored and cticenhour committed Jan 11, 2019
1 parent e105db9 commit afb52d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/materials/CrazyKCPlantFits.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
//*
//* Licensed under LGPL 2.1, please see LICENSE for details
//* https://www.gnu.org/licenses/lgpl-2.1.html
#ifndef CRAZYKCPLANTFITS_H_
#define CRAZYKCPLANTFITS_H_
#ifndef CRAZYKCPLANTFITS_H
#define CRAZYKCPLANTFITS_H

#include "ADMaterial.h"

Expand Down
4 changes: 2 additions & 2 deletions include/materials/CrazyKCPlantFitsBoundary.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
//*
//* Licensed under LGPL 2.1, please see LICENSE for details
//* https://www.gnu.org/licenses/lgpl-2.1.html
#ifndef CRAZYKCPLANTFITSBOUNDARY_H_
#define CRAZYKCPLANTFITSBOUNDARY_H_
#ifndef CRAZYKCPLANTFITSBOUNDARY_H
#define CRAZYKCPLANTFITSBOUNDARY_H

#include "ADMaterial.h"

Expand Down

0 comments on commit afb52d0

Please sign in to comment.