Skip to content

Commit

Permalink
Fix capital letter
Browse files Browse the repository at this point in the history
  • Loading branch information
jaharris87 committed Jun 28, 2024
1 parent e2e1bb2 commit 97bf56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/model_input_ascii.f90
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Subroutine load_initial_abundances( inab_file, abund_desc, ierr, mask_in )
!-----------------------------------------------------------------------------------------------
Use nuclear_data, Only: ny, nname
Use xnet_conditions, Only: nstart, tstart, t9start, rhostart, yestart, nh, th, yeh
USe xnet_abundances, Only: y_moment, ystart, xext, aext, zext
Use xnet_abundances, Only: y_moment, ystart, xext, aext, zext
Use xnet_controls, Only: lun_diag, idiag, t9nse, nzone, nzevolve, szbatch, zb_lo, zb_hi, &
lzactive, iaux
Use xnet_nse, Only: nse_solve, ynse
Expand Down

0 comments on commit 97bf56d

Please sign in to comment.