Unidata / netcdf-cxx4

Official GitHub repository for netCDF-C++ libraries and utilities.
Other
125 stars 49 forks source link

Replaced several bitwise OR with logical OR #2

Closed jarlela closed 10 years ago

jarlela commented 10 years ago

Throughout the code bitwise OR operators were used for logical test. A side effect of this was a lot of compiler warnings (VC).