You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elseif(report.x >=0) // avalanche report is available. report.x = -1 would mean no report available since .x stores the exposition as described in the Masters THesis of Joey which must be >=0
131
+
elseif(report.x >=0) // avalanche report is available. report.x = < 0 would mean no report available since .x stores the exposition as described in the Masters THesis of Joey which must be >0
134
132
{
135
-
mix_factor =0.5;
136
-
137
133
// get avalanche ratings for eaws region of current fragment
138
134
int bound = report.y; // bound dividing moutain in Hi region and low region
139
135
int ratingHi = report.a; // rating should be value in {0,1,2,3,4}
0 commit comments