Skip to content

Commit

Permalink
Rename include guards to align with folders
Browse files Browse the repository at this point in the history
  • Loading branch information
gassmoeller committed Dec 2, 2024
1 parent f37c7fc commit fb86299
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<http://www.gnu.org/licenses/>.
*/

#ifndef _aspect_material_model_reaction_grain_size_evolution_h
#define _aspect_material_model_reaction_grain_size_evolution_h
#ifndef _aspect_material_model_reaction_model_grain_size_evolution_h
#define _aspect_material_model_reaction_model_grain_size_evolution_h

#include <aspect/material_model/interface.h>
#include <aspect/simulator_access.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<http://www.gnu.org/licenses/>.
*/

#ifndef _aspect_material_reaction_melt_katz2003_mantle_melting_h
#define _aspect_material_reaction_melt_katz2003_mantle_melting_h
#ifndef _aspect_material_model_reaction_model_katz2003_mantle_melting_h
#define _aspect_material_model_reaction_model_katz2003_mantle_melting_h

#include <aspect/material_model/interface.h>
#include <aspect/simulator_access.h>
Expand Down

0 comments on commit fb86299

Please sign in to comment.