I have this error when I run micropic.ml :
Resource computation error: Linear resource not found: lFieldAtCorners[MINDEX1(8, i1)].x ~> UninitCell In context: _RO(#314370, fieldAtCorners[MINDEX1(8, i1)].x ~> Cell) _RO(#314371, fieldAtCorners[MINDEX1(8, i1)].y ~> Cell) _RO(#314372, fieldAtCorners[MINDEX1(8, i1)].z ~> Cell) lFieldAtCorners[MINDEX1(8, i1)] ~> UninitCell
Coming from this transformation :
!! Record.split_fields ~typs:[particle; vect] [tSpanSeq [ctx]];
I have this error when I run
micropic.ml:Resource computation error: Linear resource not found: lFieldAtCorners[MINDEX1(8, i1)].x ~> UninitCell In context: _RO(#314370, fieldAtCorners[MINDEX1(8, i1)].x ~> Cell) _RO(#314371, fieldAtCorners[MINDEX1(8, i1)].y ~> Cell) _RO(#314372, fieldAtCorners[MINDEX1(8, i1)].z ~> Cell) lFieldAtCorners[MINDEX1(8, i1)] ~> UninitCellComing from this transformation :