! this is the master inlist that MESA reads when it starts.

! This file tells MESA to go look elsewhere for its configuration
! info. This makes changing between different inlists easier, by
! allowing you to easily change the name of the file that gets read.

&binary_job

      read_extra_binary_job_inlist(1) = .true.
      extra_binary_job_inlist_name(1) = 'inlist_project'

/ ! end of star_job namelist


&binary_controls

      read_extra_binary_controls_inlist(1) = .true.
      extra_binary_controls_inlist_name(1) = 'inlist_project'

/ ! end of controls namelist


&binary_pgstar

      read_extra_binary_pgstar_inlist(1) = .true.
      extra_binary_pgstar_inlist_name(1) = 'inlist_project'

/ ! end of pgstar namelist

! Original inlists and extras by Pablo Marchant for the 2017 MESA Summer School, MESA r9793
! Adapted, modified and tested with MESA r24031 and r26041 by Lucas de Sá for the 2026 MESA Summer School
