Skip to content

Commit

Permalink
Change Header Guards According to Google Style Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-nlte committed Feb 27, 2024
1 parent d991edf commit 34283cf
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions Bembel/src/Helmholtz/AdjointDoubleLayerOperator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
// provided WITHOUT ANY WARRANTY, see <http://www.bembel.eu> for further
// information.
//
#ifndef BEMBEL_LINEAROPERATOR_HELMHOLTZ_HELMHOLTZADJOINTDOUBLELAYEROPERATOR_H_
#define BEMBEL_LINEAROPERATOR_HELMHOLTZ_HELMHOLTZADJOINTDOUBLELAYEROPERATOR_H_
#ifndef BEMBEL_SRC_HELMHOLTZ_ADJOINTDOUBLELAYEROPERATOR_HPP_
#define BEMBEL_SRC_HELMHOLTZ_ADJOINTDOUBLELAYEROPERATOR_HPP_

namespace Bembel {
// forward declaration of class HelmholtzAdjointDoubleLayerOperator in order to
Expand Down Expand Up @@ -131,4 +131,4 @@ class HelmholtzAdjointDoubleLayerOperator
};

} // namespace Bembel
#endif
#endif // BEMBEL_SRC_HELMHOLTZ_ADJOINTDOUBLELAYEROPERATOR_HPP_
6 changes: 3 additions & 3 deletions Bembel/src/Helmholtz/DoubleLayerOperator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
// provided WITHOUT ANY WARRANTY, see <http://www.bembel.eu> for further
// information.
//
#ifndef BEMBEL_LINEAROPERATOR_HELMHOLTZ_HELMHOLTZDOUBLELAYEROPERATOR_H_
#define BEMBEL_LINEAROPERATOR_HELMHOLTZ_HELMHOLTZDOUBLELAYEROPERATOR_H_
#ifndef BEMBEL_SRC_HELMHOLTZ_DOUBLELAYEROPERATOR_HPP_
#define BEMBEL_SRC_HELMHOLTZ_DOUBLELAYEROPERATOR_HPP_

namespace Bembel {
// forward declaration of class HelmholtzDoubleLayerOperator in order to define
Expand Down Expand Up @@ -131,4 +131,4 @@ class HelmholtzDoubleLayerOperator
};

} // namespace Bembel
#endif
#endif // BEMBEL_SRC_HELMHOLTZ_DOUBLELAYEROPERATOR_HPP_
6 changes: 3 additions & 3 deletions Bembel/src/Helmholtz/DoubleLayerPotential.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// source code is subject to the GNU General Public License version 3 and
// provided WITHOUT ANY WARRANTY, see <http://www.bembel.eu> for further
// information.
#ifndef BEMBEL_LINEAROPERATOR_HELMHOLTZ_HELMHOLTZDOUBLELAYERPOTENTIAL_H_
#define BEMBEL_LINEAROPERATOR_HELMHOLTZ_HELMHOLTZDOUBLELAYERPOTENTIAL_H_
#ifndef BEMBEL_SRC_HELMHOLTZ_DOUBLELAYERPOTENTIAL_HPP_
#define BEMBEL_SRC_HELMHOLTZ_DOUBLELAYERPOTENTIAL_HPP_

namespace Bembel {
// forward declaration of class HelmholtzDoubleLayerPotential in order to define
Expand Down Expand Up @@ -91,4 +91,4 @@ class HelmholtzDoubleLayerPotential
};

} // namespace Bembel
#endif
#endif // BEMBEL_SRC_HELMHOLTZ_DOUBLELAYERPOTENTIAL_HPP_
6 changes: 3 additions & 3 deletions Bembel/src/Helmholtz/HypersingularOperator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
// provided WITHOUT ANY WARRANTY, see <http://www.bembel.eu> for further
// information.
//
#ifndef BEMBEL_LINEAROPERATOR_HELMHOLTZ_HELMHOLTZHYPERSINGULAROPERATOR_H_
#define BEMBEL_LINEAROPERATOR_HELMHOLTZ_HELMHOLTZHYPERSINGULAROPERATOR_H_
#ifndef BEMBEL_SRC_HELMHOLTZ_HYPERSINGULAROPERATOR_HPP_
#define BEMBEL_SRC_HELMHOLTZ_HYPERSINGULAROPERATOR_HPP_

namespace Bembel {
// forward declaration of class HelmholtzHypersingularOperator in order to
Expand Down Expand Up @@ -180,4 +180,4 @@ struct H2Multipole::Moment2D<InterpolationPoints,
};

} // namespace Bembel
#endif
#endif // BEMBEL_SRC_HELMHOLTZ_HYPERSINGULAROPERATOR_HPP_
6 changes: 3 additions & 3 deletions Bembel/src/Laplace/DoubleLayerOperator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
// provided WITHOUT ANY WARRANTY, see <http://www.bembel.eu> for further
// information.
//
#ifndef BEMBEL_LINEAROPERATOR_HELMHOLTZ_HELMHOLTZDOUBLELAYEROPERATOR_H_
#define BEMBEL_LINEAROPERATOR_HELMHOLTZ_HELMHOLTZDOUBLELAYEROPERATOR_H_
#ifndef BEMBEL_SRC_LAPLACE_DOUBLELAYEROPERATOR_HPP_
#define BEMBEL_SRC_LAPLACE_DOUBLELAYEROPERATOR_HPP_

namespace Bembel {
// forward declaration of class LaplaceDoubleLayerOperator in order to define
Expand Down Expand Up @@ -117,4 +117,4 @@ class LaplaceDoubleLayerOperator
};

} // namespace Bembel
#endif
#endif // BEMBEL_SRC_LAPLACE_DOUBLELAYEROPERATOR_HPP_
6 changes: 3 additions & 3 deletions Bembel/src/Laplace/DoubleLayerPotential.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// source code is subject to the GNU General Public License version 3 and
// provided WITHOUT ANY WARRANTY, see <http://www.bembel.eu> for further
// information.
#ifndef BEMBEL_LINEAROPERATOR_LAPLACE_LAPLACEDOUBLELAYERPOTENTIAL_H_
#define BEMBEL_LINEAROPERATOR_LAPLACE_LAPLACEDOUBLELAYERPOTENTIAL_H_
#ifndef BEMBEL_SRC_LAPLACE_DOUBLELAYERPOTENTIAL_HPP_
#define BEMBEL_SRC_LAPLACE_DOUBLELAYERPOTENTIAL_HPP_

namespace Bembel {
// forward declaration of class LaplaceDoubleLayerPotential in order to define
Expand Down Expand Up @@ -75,4 +75,4 @@ class LaplaceDoubleLayerPotential
};

} // namespace Bembel
#endif
#endif // BEMBEL_SRC_LAPLACE_DOUBLELAYERPOTENTIAL_HPP_
6 changes: 3 additions & 3 deletions Bembel/src/Laplace/SingleLayerPotentialGradient.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// source code is subject to the GNU General Public License version 3 and
// provided WITHOUT ANY WARRANTY, see <http://www.bembel.eu> for further
// information.
#ifndef BEMBEL_LINEAROPERATOR_LAPLACE_LAPLACESINGLELAYERPOTENTIALGRADIENT_H_
#define BEMBEL_LINEAROPERATOR_LAPLACE_LAPLACESINGLELAYERPOTENTIALGRADIENT_H_
#ifndef BEMBEL_SRC_LAPLACE_SINGLELAYERPOTENTIALGRADIENT_HPP_
#define BEMBEL_SRC_LAPLACE_SINGLELAYERPOTENTIALGRADIENT_HPP_

namespace Bembel {
// forward declaration of class LaplaceSingleLayerPotentialGradient in order
Expand Down Expand Up @@ -77,4 +77,4 @@ class LaplaceSingleLayerPotentialGradient
};

} // namespace Bembel
#endif
#endif // BEMBEL_SRC_LAPLACE_SINGLELAYERPOTENTIALGRADIENT_HPP_

0 comments on commit 34283cf

Please sign in to comment.