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 functions throw C++ exceptions

jpouderoux opened this issue · comments

Hi,

MSVS throws some warnings for functions declared in single_mmc_wrapper.h: they are declared as extern C functions, but in their definitions, C++ exceptions can be thrown (which is not supposed to happen in C functions for sure).

Joachim