Skip to content
Snippets Groups Projects
Commit c0c80f96 authored by Антон Кудряшов's avatar Антон Кудряшов
Browse files

fixed prognostic cell with huge mean velocity value

parent f8711410
Branches master
No related tags found
No related merge requests found
......@@ -45,9 +45,9 @@ namespace WindStressPRM
{
throw new System.ArgumentException("Prognostic wind velocities are incorrect: one projection is Nan, and other has value.");
}
// пустые данные
if (res1 == res2 == true)
else if (res2 == true)
{
// пустые данные (Nan, Nan)
return;
}
///Скорость ветра на высоте 10м от поверхности на Земле не может превышать 70м/c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment