#include "FronTier.h"void FrontOutputTime(Front*, bool *is_movie_time, bool *is_print_time, bool *time_limit_reached, int *movie_frame_number, int *print_step);
Input Parameters
| Front* | - pointer to operating front | |
| bool *is_movie_time | - true if it is time to produce a movie frame | |
| bool *is_print_time | - true if it is time to write output for front data | |
| bool *time_limit_reached | - true if it is time to terminate the run | |
| bool *movie_frame_number | - will increment automatically | |
| bool *print_step | - will increment automatically |