Skip to content

Commit

Permalink
file name change
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiJambunathan committed Mar 26, 2024
1 parent 214d83d commit 8b2d89b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Source/Initialization/InjectorMomentum.H
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "GetVelocity.H"
#include "TemperatureProperties.H"
#include "VelocityProperties.H"
#include "SampleGaussianDistribution.H"
#include "SampleGaussianFluxDistribution.H"
#include "Utils/TextMsg.H"
#include "Utils/WarpXConst.H"

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

#ifndef SAMPLE_GAUSSIAN_DISTRIBUTION_H
#define SAMPLE_GAUSSIAN_DISTRIBUTION_H
#ifndef SAMPLE_GAUSSIAN_FLUX_DISTRIBUTION_H
#define SAMPLE_GAUSSIAN_FLUX_DISTRIBUTION_H

#include <AMReX_Random.H>

Expand Down
2 changes: 1 addition & 1 deletion Source/Particles/ParticleBoundaries_K.H
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#define PARTICLEBOUNDARIES_K_H_

#include "ParticleBoundaries.H"
#include "Initialization/SampleGaussianDistribution.H"
#include "Initialization/SampleGaussianFluxDistribution.H"

#include <AMReX_AmrCore.H>

Expand Down

0 comments on commit 8b2d89b

Please sign in to comment.