Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni authored Aug 7, 2023
1 parent e3129de commit 2fb3ac8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Particles/MultiParticleContainer.H
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ public:
void SetParticleBoxArray (int lev, amrex::BoxArray& new_ba);
void SetParticleDistributionMap (int lev, amrex::DistributionMapping& new_dm);

int nSpecies() const {return species_names.size();}
int nLasers() const {return lasers_names.size();}
int nContainers() const {return allcontainers.size();}
int nSpecies () const {return species_names.size();}
int nLasers () const {return lasers_names.size();}
int nContainers () const {return allcontainers.size();}

/** Whether back-transformed diagnostics need to be performed for any plasma species.
*
Expand Down

0 comments on commit 2fb3ac8

Please sign in to comment.