[MOAB-dev] r5705 - MOAB/trunk/itaps/igeom
iulian at mcs.anl.gov
iulian at mcs.anl.gov
Tue Aug 21 16:45:52 CDT 2012
Author: iulian
Date: 2012-08-21 16:45:52 -0500 (Tue, 21 Aug 2012)
New Revision: 5705
Modified:
MOAB/trunk/itaps/igeom/FBiGeom_MOAB.cpp
Log:
the mesh-based surfaces are not periodic in any direction, right now.
It is hard to define a direction, first of all, for mesh-based geometry
a curve could be periodic, but we are not considering that, right now, anyway
Modified: MOAB/trunk/itaps/igeom/FBiGeom_MOAB.cpp
===================================================================
--- MOAB/trunk/itaps/igeom/FBiGeom_MOAB.cpp 2012-08-21 17:04:49 UTC (rev 5704)
+++ MOAB/trunk/itaps/igeom/FBiGeom_MOAB.cpp 2012-08-21 21:45:52 UTC (rev 5705)
@@ -1089,6 +1089,9 @@
}
void FBiGeom_isEntPeriodic(FBiGeom_Instance, iBase_EntityHandle entity_handle,
int* in_u, int* in_v, int* err) {
+ *in_u = 0;
+ *in_v = 0;
+ *err = 0;
}
void FBiGeom_isArrPeriodic(FBiGeom_Instance,
iBase_EntityHandle const* entity_handles, int entity_handles_size,
More information about the moab-dev
mailing list