Update forgotten struct name
Former-commit-id: 77c8dcb871ccb11a37be416a0f3bf19b2ee65abb
This commit is contained in:
parent
7fb84d1d02
commit
cac8ee4dfd
|
@ -135,7 +135,7 @@ static const PGenSphReturnData PGenSphDoneVal = {PGEN_DONE, {0,0,0}};
|
|||
static const PGenCart2ReturnData PGenCart2DoneVal = {PGEN_DONE, {0,0}};
|
||||
static const PGenCart3ReturnData PGenCart3DoneVal = {PGEN_DONE, {0,0,0}};
|
||||
|
||||
typedef struct PGenSphClassInfo { // static PGenSph info
|
||||
typedef struct PGenClassInfo { // static PGenSph info
|
||||
char * const name; // mainly for debugging purposes
|
||||
int dimensionality; // lower-dimensional can be converted to higher-D, not vice versa; bit redundant with the following, whatever.
|
||||
PGenPointFlags native_point_flags; // info about native coordinate system
|
||||
|
|
Loading…
Reference in New Issue