Skip to content

WIP: Resolve "Compile icet on Windows"

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

Description

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 #314 (closed)

Edited by Piotr Rozyczko

Merge request reports