embeddings:: fixed the ordering

This commit is contained in:
Zeno Rogue 2023-01-29 14:10:41 +01:00
parent 9ca8f20dc3
commit 43b3a13dc4
1 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,9 @@ EX namespace geom3 {
seMuchLowerCurvature,
seProduct,
seNil,
seSol, seNIH, seSolN,
seSol,
seNIH,
seSolN,
seCliffordTorus,
seProductH,
seProductS,
@ -19,8 +21,8 @@ EX namespace geom3 {
seCylinderE,
seCylinderH,
seCylinderHE,
seCylinderHoro,
seCylinderNil,
seCylinderHoro,
seCylinderSL2
};
#endif