[Mesa-users] RTIs
Josiah Schwab
jwschwab at ucsc.edu
Fri Jun 8 12:45:43 EDT 2018
Hi Ben,
This is indeed a bug, though one that Bill had already found and fixed in
the development version (so it will work in the next release). If you want
to fix it yourself, make the one-line change shown below (i.e. add
"change_RTI_flag,
&" to line 269 of star/private/star_job_ctrls_io.f90).
After you save the file, go to the $MESA_DIR/star directory and do
./mk
./export
Then recompile your work directory and everything should work.
Hope that helps,
Josiah
diff --git a/star/private/star_job_ctrls_io.f90
b/star/private/star_job_ctrls_io.f90
index 146eb3c2c..fd8886998 100644
--- a/star/private/star_job_ctrls_io.f90
+++ b/star/private/star_job_ctrls_io.f90
@@ -266,6 +266,7 @@
change_lnPgas_flag, &
change_initial_lnPgas_flag, &
new_lnPgas_flag, &
+ change_RTI_flag, &
change_initial_RTI_flag, &
new_RTI_flag, &
change_v_flag, &
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20180608/7d6b6b1c/attachment.html>
More information about the Mesa-users
mailing list