Skip to content

Commit

Permalink
Fix copy-paste guard
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Aug 24, 2021
1 parent 0bf7924 commit e9c42b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Source/BoundaryConditions/PML_fwd.H
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* License: BSD-3-Clause-LBNL
*/

#ifndef WARPX_INJECTOR_POSITION_FWD_H
#define WARPX_INJECTOR_POSITION_FWD_H
#ifndef WARPX_PML_FWD_H
#define WARPX_PML_FWD_H

struct Sigma;
struct SigmaBox;
Expand All @@ -18,4 +18,4 @@ enum struct PatchType;

class PML;

#endif /* WARPX_INJECTOR_POSITION_FWD_H */
#endif /* WARPX_PML_FWD_H */
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* License: BSD-3-Clause-LBNL
*/

#ifndef WARPX_FINITE_DIFFERENCE_SOLVER_FWD_H
#define WARPX_FINITE_DIFFERENCE_SOLVER_FWD_H
#ifndef WARPX_FINITE_DIFFERENCE_SOLVER_FWD_H
#define WARPX_FINITE_DIFFERENCE_SOLVER_FWD_H

class FiniteDifferenceSolver;

Expand Down

0 comments on commit e9c42b6

Please sign in to comment.