Changeset 15466


Ignore:
Timestamp:
07/08/13 16:52:39 (12 years ago)
Author:
seroussi
Message:

CHG: minor use NUMVERTICES directly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/Elements/Penta.cpp

    r15463 r15466  
    68996899
    69006900        int        numdof  = NUMVERTICES*NDOF4;
    6901         int        numvert = NUMVERTICES;
    69026901
    69036902        /*Intermediaries */
     
    69696968                                        &Ke_temp_stab[0][0],1);
    69706969
    6971                 for(i=0;i<numvert;i++) for(j=0;j<numvert;j++) Ke->values[numdof*(i*4+3)+j*4+3]+=Ke_temp_stab[i][j];
     6970                for(i=0;i<NUMVERTICES;i++) for(j=0;j<NUMVERTICES;j++) Ke->values[numdof*(i*4+3)+j*4+3]+=Ke_temp_stab[i][j];
    69726971
    69736972        }
Note: See TracChangeset for help on using the changeset viewer.