Skip to content

Commit cb1b29f

Browse files
committed
Added allignment in gentopo.cc to avoid compiler warning
1 parent 2a4f3ad commit cb1b29f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sources/gentopo.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ class MNodeClass {
254254
int **clmat; // matrix used for classification
255255
int *flist; // the first node in each class
256256
int maxdeg; // maximal value of degree(node)
257+
int forallignment;
257258

258259
MNodeClass(int nnodes, int ncl);
259260
~MNodeClass();

0 commit comments

Comments
 (0)