mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
fix for SUN compiler
This commit is contained in:
parent
d9e642fef5
commit
79af2880b3
@ -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](NULL);
|
int (*betw)[3] = 0;
|
||||||
|
|
||||||
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](NULL);
|
int (*betw)[3] = 0;
|
||||||
|
|
||||||
switch (el.GetType())
|
switch (el.GetType())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user