split of FEMWIND_MODULES in Makefile
[wrf-fire-matlab.git] / detection / print_time_bounds.m
blob978700f084079c3e4472c75ce8cd8928749cb962
1 function print_time_bounds(red,str,time1,time2)
2     fprintf('%-10s datenum from %20.13g to %20.13g\n from %s to %s\n',...
3             str,time1,time2,stime(time1,red),stime(time2,red))
4 end