File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,12 @@ subroutine precicef_write_data_required(computedTimestepLength, &
7373 integer (kind= c_int) :: isRequired
7474 end subroutine precicef_write_data_required
7575
76- subroutine precicef_is_timestep_complete (isComplete ) &
77- & bind(c, name= ' precicef_is_timestep_complete_ ' )
76+ subroutine precicef_is_time_window_complete (isComplete ) &
77+ & bind(c, name= ' precicef_is_time_window_complete_ ' )
7878
7979 use , intrinsic :: iso_c_binding
8080 integer (kind= c_int) :: isComplete
81- end subroutine precicef_is_timestep_complete
81+ end subroutine precicef_is_time_window_complete
8282
8383 subroutine precicef_has_to_evaluate_surrogate_model (hasToEvaluate ) &
8484 & bind(c, name= ' precicef_has_to_evaluate_surrogate_model_' )
You can’t perform that action at this time.
0 commit comments