Changeset 6031


Ignore:
Timestamp:
09/24/10 15:13:49 (15 years ago)
Author:
Mathieu Morlighem
Message:

forgot counter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Numerics/ElementMatrix.cpp

    r6029 r6031  
    135135                                this->row_flocaldoflist[counter] =P[Ke2->row_flocaldoflist[i]];
    136136                                this->row_fglobaldoflist[counter]=Ke2->row_fglobaldoflist[i];
     137                                counter++;
    137138                        }
    138139                }
     
    161162                                this->row_slocaldoflist[counter] =P[Ke2->row_slocaldoflist[i]];
    162163                                this->row_sglobaldoflist[counter]=Ke2->row_sglobaldoflist[i];
     164                                counter++;
    163165                        }
    164166                }
Note: See TracChangeset for help on using the changeset viewer.