UG4 / ugcore

The core functionality of UG4. Includes sources, build-scripts, and utility scripts.
https://github.com/UG4/ugcore
Other
36 stars 23 forks source link

Local Finite Element -> Mini Disc #9

Closed stephanmg closed 7 years ago

stephanmg commented 7 years ago

Dear ug4 users, ugcore does not build on Windows:

ugcore\ugbase\lib_disc\local_finite_element\mini/mini.h(321) : error C2864: 'ug::MiniBubbleLSFS<ug::ReferenceQuadrilateral>::SQRT_FIVE' : a static data member with an in-class initializer must have non-volatile const integral type
        type is 'const double'

This would be allowed only for int and size, but generally not allowed for e.g. double.

Viele Grüße, Stephan