Skip to content

Commit

Permalink
Remove obsolete Fortran
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy-nunn authored and jonmaddock committed Sep 1, 2023
1 parent f31e87b commit 256e187
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 2,590 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,7 @@ LIST(APPEND PROCESS_SRCS
pulse_variables.f90
pf_power_variables.f90
dcll.f90
read_and_get_atomic_data.f90
plot_radiation.f90
rebco_variables.f90
read_radiation.f90
primary_pumping_variables.f90
reinke_variables.f90
neoclassics_module.f90
Expand Down
76 changes: 0 additions & 76 deletions source/fortran/commons.f90

This file was deleted.

4 changes: 0 additions & 4 deletions source/fortran/init_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ subroutine init_all_module_vars
use pfcoil_module, only: init_pfcoil_module
use physics_module, only: init_physics_module
use physics_variables, only: init_physics_variables
use read_and_get_atomic_data, only: init_read_and_get_atomic_data
use read_radiation, only: init_read_radiation
use scan_module, only: init_scan_module
use sctfcoil_module, only: init_sctfcoil_module
use tfcoil_variables, only: init_tfcoil_variables
Expand Down Expand Up @@ -73,8 +71,6 @@ subroutine init_all_module_vars
call init_pfcoil_module
call init_physics_module
call init_physics_variables
call init_read_and_get_atomic_data
call init_read_radiation
call init_scan_module
call init_sctfcoil_module
call init_tfcoil_variables
Expand Down
Loading

0 comments on commit 256e187

Please sign in to comment.