mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
missing semicolon
This commit is contained in:
parent
adb04577ef
commit
ce0cefebe7
@ -618,7 +618,7 @@ namespace netgen
|
||||
return 8;
|
||||
default: // not a 3D element
|
||||
#ifdef DEBUG
|
||||
PrintSysError ("Element3d::GetNV not implemented for typ ", typ)
|
||||
PrintSysError ("Element3d::GetNV not implemented for typ ", typ);
|
||||
#endif
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user