Changeset 5237


Ignore:
Timestamp:
08/13/10 10:54:41 (15 years ago)
Author:
Eric.Larour
Message:

Fixed & vs && bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Loads/Riftfront.cpp

    r5161 r5237  
    693693        this->active=activate;
    694694
    695         //if ((penetration>0) & (this->active==1))printf("Riftfront %i wants to be released\n",Id());
     695        //if ((penetration>0) && (this->active==1))printf("Riftfront %i wants to be released\n",Id());
    696696
    697697        /*assign output pointer: */
Note: See TracChangeset for help on using the changeset viewer.