Update forgotten struct name

Former-commit-id: 77c8dcb871ccb11a37be416a0f3bf19b2ee65abb
This commit is contained in:
Marek Nečada 2018-12-25 23:50:39 +02:00
parent 7fb84d1d02
commit cac8ee4dfd
1 changed files with 1 additions and 1 deletions

View File

@ -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