Skip to content

Resolve "Compile icet on Windows"

Piotr Rozyczko requested to merge 314-compile-on-windows into master

This MR attempts to fix compilation issues on Windows. Minor fixes include manual changes of logical operators and and or to && and || and additional include file for defining M_PI constant. The code was compiled and tested on a Win7/x64 system with MSVC 15 2017 compiler in the 64 bit mode.

Closes #314T

Edited by Paul Erhart

Merge request reports