Skip to content
Snippets Groups Projects
Commit 9371c517 authored by Andrew Heather's avatar Andrew Heather Committed by Mark OLESEN
Browse files

COMP: adjust include guards

parent d4f35812
Branches
Tags
No related merge requests found
......@@ -74,8 +74,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/
#ifndef function1_H
#define function1_H
#ifndef saturationModels_function1_H
#define saturationModels_function1_H
#include "saturationModel.H"
#include "Function1.H"
......
......@@ -44,8 +44,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/
#ifndef polynomial_H
#define polynomial_H
#ifndef saturationModels_polynomial_H
#define saturationModels_polynomial_H
#include "saturationModel.H"
#include "Polynomial.H"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment