Skip to content

Commit 4e81245

Browse files
authored
Use isnan (from isnan.h) consistently
1 parent 03b4c47 commit 4e81245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/vdrift/cartire.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Dbl CARTIRE::Pacejka_Fx (Dbl sigma, Dbl Fz, Dbl friction_coeff, Dbl & maxforce_o
280280

281281
maxforce_output = D;
282282

283-
assert(!std::isnan(Fx));
283+
assert(!isnan(Fx));
284284
return Fx;
285285
}
286286

0 commit comments

Comments
 (0)