Commit be472320 authored by Claes Sjofors's avatar Claes Sjofors

NMpsDisplay, 64-bit alignment was missing

parent bfe6dded
......@@ -74,8 +74,8 @@
typedef struct {
pwr_tFloat32 **CellP;
pwr_tFloat32 *Cell;
pwr_tFloat32 **CellP pwr_dAlignLW;
pwr_tFloat32 *Cell pwr_dAlignLW;
} nmps_sCellInput;
/*_*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment