Changeset 5834


Ignore:
Timestamp:
09/15/10 16:55:25 (15 years ago)
Author:
Mathieu Morlighem
Message:

Now kff works

File:
1 edited

Legend:

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

    r5833 r5834  
    114114                if(P[Ke2->row_flocaldoflist[i]] >= Ke1->nrows) fsize++;
    115115        }
     116        this->row_fsize=fsize;
    116117        if(fsize){
    117118                this->row_flocaldoflist =(int*)xmalloc(fsize*sizeof(int));
     
    139140                if(P[Ke2->row_slocaldoflist[i]] >= Ke1->nrows) ssize++;
    140141        }
     142        this->row_ssize=ssize;
    141143        if(ssize){
    142144                this->row_slocaldoflist =(int*)xmalloc(ssize*sizeof(int));
Note: See TracChangeset for help on using the changeset viewer.