laristra / XMOF2D

Implementation of the X-MOF (eXtended Moment-of-Fluid) interface reconstruction method on polygonal meshes with convex cells

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++20 syntax

jpouderoux opened this issue · comments

Hi,

XMOF2D does not compile with MSVC 2017 because of the initialization of the structure xmof2d_tol in single_mcc_wrapper.cpp:18: structure is declared using the aggregate initialization syntax of C++20 (https://en.cppreference.com/w/cpp/language/aggregate_initialization).
On the other side, the README file says that XMOF2D only requires a C++11 compiler.

Cheers,
Joachim