We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2264d91 commit 91dbc79Copy full SHA for 91dbc79
1 file changed
Common/src/geometry/primal_grid/CPrimalGrid.cpp
@@ -28,9 +28,9 @@
28
#include "../../../include/geometry/primal_grid/CPrimalGrid.hpp"
29
30
CPrimalGrid::CPrimalGrid(bool FEM, unsigned short nNodes, unsigned short nNeighbor_Elements) :
31
- FEM(FEM),
32
Nodes(new unsigned long[nNodes]),
33
- Neighbor_Elements(new long[nNeighbor_Elements])
+ Neighbor_Elements(new long[nNeighbor_Elements]),
+ FEM(FEM)
34
{
35
36
GlobalIndex_DomainElement = 0;
0 commit comments