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
testing
[wrf-fire-matlab.git]
/
femwind
/
vec_boundary_conditions_test.m
blob
91174041d3a79f61cf94963796810fabd0cd16d2
1
F=rand(5,4,7);
2
if exist('fortran/vec_boundary_conditions_test.exe')
3
disp('testing if vec_boundary_conditions gives same result in fortran')
4
vec_boundary_conditions_fortran(F);
5
else
6
warning('fortran/vec_boundary_conditions_test.exe not available')
7
end