Skip to content

Commit

Permalink
Remove unnecessary header files in stic_solve4fluxes.F
Browse files Browse the repository at this point in the history
  • Loading branch information
owang01 committed May 24, 2024
1 parent 802fe07 commit 9c56413
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions pkg/steep_icecavity/stic_solve4fluxes.F
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
#ifdef ALLOW_AUTODIFF
# include "AUTODIFF_OPTIONS.h"
#endif
#ifdef ALLOW_CTRL
# include "CTRL_OPTIONS.h"
#endif

CBOP
C !ROUTINE: STIC_SOLVE4FLUXES
Expand Down Expand Up @@ -35,23 +32,9 @@ SUBROUTINE STIC_SOLVE4FLUXES(
#include "SIZE.h"
#include "EEPARAMS.h"
#include "PARAMS.h"
#include "GRID.h"
#include "DYNVARS.h"
#include "FFIELDS.h"
#ifdef ALLOW_SHELFICE
# include "SHELFICE.h"
#endif
#include "STIC.h"
#ifdef ALLOW_AUTODIFF
# include "CTRL_SIZE.h"
# include "CTRL.h"
# include "CTRL_DUMMY.h"
#endif /* ALLOW_AUTODIFF */
#ifdef ALLOW_AUTODIFF_TAMC
# ifdef SHI_ALLOW_GAMMAFRICT
# include "tamc.h"
# endif /* SHI_ALLOW_GAMMAFRICT */
#endif /* ALLOW_AUTODIFF_TAMC */

C !INPUT PARAMETERS:
C tLoc ::
Expand Down

0 comments on commit 9c56413

Please sign in to comment.