Skip to content

Commit

Permalink
[ci skip] revert accidental change to extra_pgstar inlist command in …
Browse files Browse the repository at this point in the history
…docs
  • Loading branch information
evbauer committed Mar 6, 2023
1 parent 21277c3 commit f6dadbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/using_mesa/best_practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,12 @@ Second, modify ``inlist_semiconvection_header``
change
!read_extra_pgstar_inlist(1) = .true.
!extra_pgstar_inlist_name(1)= 'inlist_semiconvection'
!read_extra_pgstar_inlist1 = .true.
!extra_pgstar_inlist1_name= 'inlist_semiconvection'
to
read_extra_pgstar_inlist(1) = .true.
extra_pgstar_inlist_name(1)= 'inlist_semiconvection'
read_extra_pgstar_inlist1 = .true.
extra_pgstar_inlist1_name= 'inlist_semiconvection'
and save the file changes.
Expand Down

0 comments on commit f6dadbe

Please sign in to comment.