gfortran -Wno-uninitialized -fno-range-check -fmax-errors=7 -fdiagnostics-color -fprotect-parens -fno-sign-zero -fbacktrace -ggdb -finit-real=snan -fopenmp -fbounds-check -Wuninitialized -Warray-bounds -ggdb -ffree-form -ffree-line-length-none -x f95-cpp-input -std=f2008 -Wno-error=tabs -I/n/netscratch/conroy_lab/Lab/ebauer/mesa-git-tests/tmp.iQmQeTn7Gs/include -I../src -c ../src/run_star_extras.f90 ../src/run_star_extras.f90:361:53: 361 | w_log_term = log(1d0 - pow(w, log_term_power)) | 1 Error: Symbol 'log_term_power' at (1) has no IMPLICIT type ../src/run_star_extras.f90:361:19: 361 | w_log_term = log(1d0 - pow(w, log_term_power)) | 1 Error: Symbol 'w_log_term' at (1) has no IMPLICIT type ../src/run_star_extras.f90:370:47: 370 | r_equatorial = r * re_from_rpsi_factor(w2% val, w4% val, w6% val) | 1 Error: Function 're_from_rpsi_factor' at (1) has no IMPLICIT type make: *** [/n/netscratch/conroy_lab/Lab/ebauer/mesa-git-tests/tmp.iQmQeTn7Gs/star/work_standard_makefile:39: run_star_extras.o] Error 1 FAILED