Skip to content

Commit

Permalink
Switching to include guards from pragma once in ProjectionDiveCleaner.H
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkse committed Jun 25, 2024
1 parent 49992cc commit 7c79778
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Source/Initialization/DivCleaner/ProjectionDivCleaner.H
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
*
* License: BSD-3-Clause-LBNL
*/
#pragma once
#ifndef WARPX_PROJECTION_DIV_CLEANER_H_
#define WARPX_PROJECTION_DIV_CLEANER_H_

#include <AMReX_Array.H>
#include <AMReX_Array4.H>
Expand Down Expand Up @@ -83,3 +84,5 @@ public:
};

} // end namespace warpx::initialization

#endif // WARPX_PROJECTION_DIV_CLEANER_H_

0 comments on commit 7c79778

Please sign in to comment.