-
- Downloads
Fix usage of optional<T const&>.
The called getPropertyVector<T>() did not return a const reference optional, but an optional<T&>. With boost 1.61 this conversion is no longer possible. Fixes #1383
Showing
- Applications/Utils/ModelPreparation/ComputeNodeAreasFromSurfaceMesh.cpp 1 addition, 1 deletion...tils/ModelPreparation/ComputeNodeAreasFromSurfaceMesh.cpp
- Applications/Utils/ModelPreparation/createNeumannBc.cpp 3 additions, 2 deletionsApplications/Utils/ModelPreparation/createNeumannBc.cpp
- MeshLib/MeshEditing/AddLayerToMesh.cpp 1 addition, 1 deletionMeshLib/MeshEditing/AddLayerToMesh.cpp
- Tests/MeshLib/MeshProperties.cpp 33 additions, 35 deletionsTests/MeshLib/MeshProperties.cpp
Loading
Please register or sign in to comment