int USERD_get_nfaced_conn ( int part_number, int *nfaced_conn_array ) { #ifdef ENSIGHTDEBUG Info << "Entering: USERD_get_nfaced_conn" << ", part_number = " << part_number << endl << flush; #endif if (part_number == 1) { label nPoint = 0; const cellShapeList& cellShapes = meshPtr->cellShapes(); const cellList& cells = meshPtr->cells(); const faceList& faces = meshPtr->faces(); label nCells = cellShapes.size(); for (label n=0; n