Skip to content

Commit

Permalink
changed include file extensions to .i90
Browse files Browse the repository at this point in the history
as an experiment
  • Loading branch information
jacobwilliams committed Jul 9, 2023
1 parent 87a6fd9 commit 019c752
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions src/rklib_module.F90
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ module rklib_module
procedure,public :: set_fsal_cache
end type rk_variable_step_fsal_class

#include "rklib_fixed_classes.inc"
#include "rklib_variable_classes.inc"
#include "rklib_fixed_classes.i90"
#include "rklib_variable_classes.i90"

abstract interface

Expand Down Expand Up @@ -299,9 +299,9 @@ end function order_func

! submodule procedures:
interface
#include "rklib_fixed_step_interfaces.inc"
#include "rklib_variable_step_interfaces.inc"
#include "rklib_variable_step_order_interfaces.inc"
#include "rklib_fixed_step_interfaces.i90"
#include "rklib_variable_step_interfaces.i90"
#include "rklib_variable_step_order_interfaces.i90"
end interface

! public routines:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 019c752

Please sign in to comment.