INNER CODE UNIT · C
otherareanum
clover-moe/spearmint · code/botlib/be_aas_cluster.c:708
else otherareanum = face->backarea;
//check if the face is leading to one of the other areas
for (j = 0; j < numareas; j++)
{
if (areanums[j] == otherareanum) break;
} //end for
//if the face isn't leading to one of the other areas
if (j == numareas) continue;
//if the other area is already connected
if (connectedareas[j]) continue;
//recursively proceed with the other area
AAS_ConnectedAreas_r(areanums, numareas, connectedareas, j);
} //end for
} //end of the function AAS_ConnectedAreas_r
//===========================================================================
//
// Parameter: -
// Returns: -