#ifndef SWIFT_FVPM_GEOMETRY_STRUCT_NONE_H #define SWIFT_FVPM_GEOMETRY_STRUCT_NONE_H /** * @file fvpm_geometry_struct.h * @brief Struct related to the Gizmo FVPM geometry particle data collection, * in particular the collection of the data required for the matrix needed * for gradients. Empty definitions for when FVPM are unused. */ /* Geometrical quantities used for hydro. */ struct fvpm_geometry_struct {}; #endif /* SWIFT_FVPM_GEOMETRY_STRUCT_NONE_H */