admb-project / admb

AD Model Builder
http://admb-project.org
Other
64 stars 19 forks source link

Fix bool warnings #186

Closed Cole-Monnahan-NOAA closed 3 years ago

Cole-Monnahan-NOAA commented 3 years ago

I was using x*y to determine if both x and y were TRUE. Compiler warned me this was bad idea so I replaced them with && instead.

I tested this on Win10 and there were no changes to output compared to previous version.

johnoel commented 3 years ago

Can you resend this to admb-12.3 branch?