repo.or.cz
/
wrf-fire-matlab.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
split of FEMWIND_MODULES in Makefile
[wrf-fire-matlab.git]
/
detection
/
print_time_bounds.m
blob
978700f084079c3e4472c75ce8cd8928749cb962
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
5