Skip to content

Commit

Permalink
Remove unused fluxlimiter.F90 (#2622)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpkatz authored Oct 9, 2023
1 parent f7cc698 commit 8745779
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 153 deletions.
1 change: 0 additions & 1 deletion Source/radiation/Make.package
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ ca_F90EXE_sources += rad_params.F90
ca_F90EXE_sources += Rad_nd.F90
CEXE_headers += fluxlimiter.H
CEXE_headers += RadHydro.H
ca_F90EXE_sources += fluxlimiter.F90
ca_F90EXE_sources += filter.F90
CEXE_sources += RadDerive.cpp
CEXE_headers += RadDerive.H
Expand Down
10 changes: 0 additions & 10 deletions Source/radiation/RAD_F.H
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,6 @@ extern "C" {
}
#endif

// <MGFLD>
#ifdef __cplusplus
extern "C" {
#endif
void ca_initfluxlimiter
(const int* limiter, const int* closure);
#ifdef __cplusplus
}
#endif

extern "C"
{
void ca_rad_source
Expand Down
2 changes: 0 additions & 2 deletions Source/radiation/Radiation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,6 @@ Radiation::Radiation(Amr* Parent, Castro* castro, int restart)
amrex::Abort("MGFLDSolver does not support limiter = 1");
}

ca_initfluxlimiter(&radiation::limiter, &radiation::closure);

inner_update_limiter = 0;
pp.query("inner_update_limiter", inner_update_limiter);

Expand Down
140 changes: 0 additions & 140 deletions Source/radiation/fluxlimiter.F90

This file was deleted.

0 comments on commit 8745779

Please sign in to comment.