Merge branch 'master' into fixprojs

Former-commit-id: 6bbae4be09579d1932586ee3f4f616c757af7820
This commit is contained in:
Marek Nečada 2019-03-12 13:11:22 +02:00
commit b51b3bd7d0
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ qpms_vswf_set_spec_t *qpms_vswf_set_spec_from_lMax(qpms_l_t lMax,
qpms_tmn2uvswfi(it ? QPMS_VSWF_MAGNETIC : QPMS_VSWF_ELECTRIC, m, n);
c->norm = norm;
c->lMax = c->lMax_M = c->lMax_N = lMax;
c->lMax_L = 0;
c->lMax_L = -1;
return c;
}