Changeset 5788


Ignore:
Timestamp:
09/13/10 17:48:43 (15 years ago)
Author:
Eric.Larour
Message:

Fixed 0 alloc bug

File:
1 edited

Legend:

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

    r5781 r5788  
    190190
    191191
    192                         if(this->row_ssize){
     192                        if((this->row_ssize!=0) && (this->row_fsize!=0)){
    193193                                /*first, retrieve values that are in the f and s-set from the g-set values matrix: */
    194194                                internalvalues=(double*)xmalloc(this->row_fsize*this->row_ssize*sizeof(double));
Note: See TracChangeset for help on using the changeset viewer.