nissy-core

The "engine" of nissy, including the H48 optimal solver.
git clone https://git.tronto.net/nissy-core
Download | Log | Files | Refs | README | LICENSE

list.h (252B)


      1 coord_t *all_coordinates[] = {
      2 	&coordinate_eo,
      3 	&coordinate_dr,
      4 	&coordinate_dreo,
      5 	&coordinate_drfinnoe,
      6 	&coordinate_drslice,
      7 	&coordinate_cpepe,
      8 	&coordinate_htr,
      9 	NULL
     10 };
     11 
     12 multicoord_t *all_multicoordinates[] = {
     13 	&multicoordinate_drfin,
     14 	NULL
     15 };