crystal:: ctable is now C array

This commit is contained in:
Zeno Rogue 2020-01-03 02:37:10 +01:00
parent a63d64dcc0
commit 6a1911ef01
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ bool is_bi(crystal_structure& cs, coord co);
#if MAXMDIM >= 4
typedef array<coord, 12> shifttable;
array<int, 6> ctable[64] = {
int ctable[64][6] = {
{0, 1, 2, 3, 4, 5, },
{6, 1, 5, 4, 3, 2, },
{0, 7, 5, 4, 3, 2, },