We need to move all of the code that writes to various files and performs calculations on the rows of Solution into the GeoAc_Propagate_RK4() function. We are essentially combining the for loops that do these calculations with the for loop inside RK4()
We need to move all of the code that writes to various files and performs calculations on the rows of Solution into the GeoAc_Propagate_RK4() function. We are essentially combining the for loops that do these calculations with the for loop inside RK4()