Skip to content

Commit

Permalink
Update and rename EMEWS.h to BEMEWS.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkneller authored Jul 1, 2024
1 parent 9583cb9 commit 096f031
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/EMEWS/_ext/EMEWS.h → src/BEMEWS/_ext/BEMEWS.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

#ifndef EMEWS_H
#define EMEWS_H
#ifndef BEMEWS_H
#define BEMEWS_H

// *****************************************************************

Expand Down Expand Up @@ -93,7 +93,7 @@

// **********************************************************************

std::vector<std::vector<std::vector<std::vector<double> > > > Run(InputDataEMEWS ID);
std::vector<std::vector<std::vector<std::vector<double> > > > Run(InputDataBEMEWS ID);

// ************************ Neutrino Potentials **************************

Expand Down

0 comments on commit 096f031

Please sign in to comment.