mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
fix for SUN - compiler
This commit is contained in:
parent
79af2880b3
commit
f99009b57b
@ -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())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user