Skip to content

Commit

Permalink
EinsteinExact/ModifiedSchwarzschildBL: remove explicit include of cct…
Browse files Browse the repository at this point in the history
…k_Arguments_Checked
  • Loading branch information
rhaas80 committed May 11, 2020
1 parent 9cb6ac7 commit 5fb322d
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion ModifiedSchwarzschildBL/src/Boundaries.cc
Expand Up @@ -2,7 +2,6 @@

#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Arguments_Checked.h"
#include "cctk_Parameters.h"
#include "cctk_Faces.h"
#include "util_Table.h"
Expand Down
Expand Up @@ -10,7 +10,6 @@
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Arguments_Checked.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
Expand Down
Expand Up @@ -10,7 +10,6 @@
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Arguments_Checked.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
Expand Down
Expand Up @@ -10,7 +10,6 @@
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Arguments_Checked.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
Expand Down
Expand Up @@ -10,7 +10,6 @@
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Arguments_Checked.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
Expand Down
1 change: 0 additions & 1 deletion ModifiedSchwarzschildBL/src/ParamCheck.cc
@@ -1,6 +1,5 @@
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Arguments_Checked.h"
#include "cctk_Parameters.h"
extern "C" void ModifiedSchwarzschildBL_ParamCheck(CCTK_ARGUMENTS)
{
Expand Down
1 change: 0 additions & 1 deletion ModifiedSchwarzschildBL/src/RegisterMoL.cc
Expand Up @@ -2,7 +2,6 @@

#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Arguments_Checked.h"
#include "cctk_Parameters.h"

extern "C" void ModifiedSchwarzschildBL_RegisterVars(CCTK_ARGUMENTS)
Expand Down
1 change: 0 additions & 1 deletion ModifiedSchwarzschildBL/src/RegisterSymmetries.cc
Expand Up @@ -2,7 +2,6 @@

#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Arguments_Checked.h"
#include "cctk_Parameters.h"
#include "Symmetry.h"

Expand Down

0 comments on commit 5fb322d

Please sign in to comment.