Skip to content

Commit 38ca039

Browse files
committed
update to fortitude 0.7.1
1 parent c54b332 commit 38ca039

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

eos/eosDT_builder/src/azbar.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ subroutine azbar(xmass, aion, zion, ionmax, ymass, abar, zbar)
2929
end do
3030
abar = 1.0d0/ytot1
3131
zbar = zbarxx*abar
32-
end
32+
end subroutine azbar

eos/eosDT_builder/src/create_eos_files.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ subroutine Make_EoS_Files(Z_in, X_in, include_radiation)
198198

199199
end subroutine Make_EoS_Files
200200

201-
end
201+
end program create_eosDT_files

eos/eosDT_builder/src/helm_opal_scvh_driver.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,6 @@ subroutine get_helmeos(include_radiation)
469469

470470
end subroutine get_helmeos
471471

472-
end subroutine
472+
end subroutine helm_opal_scvh
473473

474474
end module helm_opal_scvh_driver

eos/eosDT_builder/src/opal_scvh_driver.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ subroutine interpolate_opal_scvh(opal_only, scvh_only, include_radiation, search
5656

5757
dlnPgas_dlnY = 0
5858

59-
end subroutine
59+
end subroutine interpolate_opal_scvh
6060

6161
subroutine do_opal_scvh(opal_only, scvh_only, include_radiation, search_for_SCVH, &
6262
logT_in, logRho_in, temp_in, den_in, abar_in, zbar_in, X_in, Z_in, &
@@ -488,7 +488,7 @@ subroutine do_opal_scvh(opal_only, scvh_only, include_radiation, search_for_SCVH
488488

489489
return
490490

491-
end subroutine
491+
end subroutine do_opal_scvh
492492

493493
subroutine blend(alfa, beta, den, temp, Prad, logPgas_1, logPgas_2, logS_1, logS_2, &
494494
dS_dT_1, dS_dT_2, dS_dRho_1, dS_dRho_2, &

fortitude.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[check]
2-
ignore = ["E001","C001","C003","C061","C071","C072","C092","C121","C131","S061","OB011","PORT011"]
2+
ignore = ["C001","C003","C061","C071","C072","C092","C121","C131","OB011","PORT011"]
33
line-length = 180

kap/preprocessor/src/plot.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ subroutine Open_Plot_Outfiles(io_first, io_last, io_params, ioR, io_tmp, dir)
155155

156156
end subroutine Open_Plot_Outfiles
157157

158-
end
158+
end program plot_kap_builder

num/test/src/test_brent.f90

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -504,16 +504,16 @@ subroutine test_zero_one(a, b, machep, t, f, title)
504504
include 'num_root_fcn.dek' ! f provides function values
505505
end interface
506506

507-
real(dp) a
508-
real(dp) b
509-
real(dp) fa
510-
real(dp) fb
511-
real(dp) fz
512-
real(dp) machep
513-
real(dp) t
514-
character(len=*) title
515-
real(dp) z
516-
real(dp) dfdx
507+
real(dp) :: a
508+
real(dp) :: b
509+
real(dp) :: fa
510+
real(dp) :: fb
511+
real(dp) :: fz
512+
real(dp) :: machep
513+
real(dp) :: t
514+
character(len=*) :: title
515+
real(dp) :: z
516+
real(dp) :: dfdx
517517

518518
integer, parameter :: lrpar = 0, lipar = 0
519519
integer :: ierr

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fortitude-lint>=0.7.0
1+
fortitude-lint>=0.7.1
22
fprettify>=0.3.7
33
ruff>=0.9.9
44
sphinx-lint>=1.0.0

stella/res/stella_extras.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ program main
1818
real(dp), allocatable, dimension(:) :: &
1919
t, m, dm, h, he, c, n, o, ne, na, mg, al, si, s, ar, ca, fe, ni
2020
real(dp) :: dum, time, X, sum_tau, tauph, tau_extra, denmax, gdepos
21-
character*132 :: runname, filestr, fname, test_str
22-
character*256 :: line, my_mesa_dir
21+
character(len=132) :: runname, filestr, fname, test_str
22+
character(len=256) :: line, my_mesa_dir
2323

2424
real(dp), parameter :: &
2525
A_Fe56 = 56d0, lambda0 = 5169.02d-8, f = 0.023d0, Z_div_X_solar = 0.02293d0, &

0 commit comments

Comments
 (0)