diff --git a/libsrc/meshing/secondorder.cpp b/libsrc/meshing/secondorder.cpp index 3b03b061..4e75e77d 100644 --- a/libsrc/meshing/secondorder.cpp +++ b/libsrc/meshing/secondorder.cpp @@ -73,7 +73,7 @@ namespace netgen { 3, 2, 5 }, { 0, 3, 6 }, { 1, 2, 7 } }; - int (*betw)[3] = 0; + int (*betw)[3] = NULL; switch (el.GetType()) { @@ -169,7 +169,7 @@ namespace netgen { 3, 4, 10 }, { 4, 5, 11 }, }; - int (*betw)[3] = 0; + int (*betw)[3] = NULL; switch (el.GetType()) {