mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
alignment shouldn't be an issue anymore
This commit is contained in:
parent
955540b90e
commit
927a76a490
@ -3037,8 +3037,8 @@ namespace netgen
|
||||
const Element & el = mesh[info.elnr];
|
||||
|
||||
// dshapes.SetSize(info.ndof);
|
||||
if ( (long int)(&dshapes(0,0)) % alignof(T) != 0)
|
||||
throw NgException ("alignment problem");
|
||||
// if ( (long int)(&dshapes(0,0)) % alignof(T) != 0)
|
||||
// throw NgException ("alignment problem");
|
||||
if (dshapes.Height() != info.ndof)
|
||||
throw NgException ("wrong height");
|
||||
if (rational && info.order >= 2)
|
||||
|
Loading…
Reference in New Issue
Block a user