53 int nbshell, nbvolu, nbtruss, nbbeam, nbspring, nbrbm, nbrbs, nbmass, nb2n, nbused;
54 int nbstruct, nb2nds, nbrb, nbelt, nball;
56 int node_rbm_struct=0;
58 int node_mass_flying=0;
61 int node_spring_elt=0;
96 nbstruct = nbshell + nbvolu;
97 nb2nds = nbtruss + nbbeam + nb2n;
99 nbelt = nbstruct + nb2nds + nbspring + nbrb;
100 nball = nbelt + nbmass + nbused;
110 if ((nbrbm == 1) && ((nbstruct + nb2nds + nbspring + nbrbs) != 0))
118 if ((nbmass == 1) && (nbelt == 0))
126 if ((nbmass == 1) && (nball == 1))
134 if ((nbtruss == 1) && (nbelt == 1))
142 if ((nbbeam == 1) && (nbelt == 1))
150 if ((nbspring == 1) && (nbelt == 1))
158 if ((nbrbs == 1) && (nbelt == 1))