fix for SUN - compiler

This commit is contained in:
Joachim Schoeberl 2009-01-18 00:51:27 +00:00
parent 79af2880b3
commit f99009b57b

View File

@ -73,7 +73,7 @@ namespace netgen
{ 3, 2, 5 }, { 3, 2, 5 },
{ 0, 3, 6 }, { 0, 3, 6 },
{ 1, 2, 7 } }; { 1, 2, 7 } };
int (*betw)[3] = 0; int (*betw)[3] = NULL;
switch (el.GetType()) switch (el.GetType())
{ {
@ -169,7 +169,7 @@ namespace netgen
{ 3, 4, 10 }, { 3, 4, 10 },
{ 4, 5, 11 }, { 4, 5, 11 },
}; };
int (*betw)[3] = 0; int (*betw)[3] = NULL;
switch (el.GetType()) switch (el.GetType())
{ {