Closed Cole-Monnahan-NOAA closed 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.
Can you resend this to admb-12.3 branch?
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.