Changeset 7012


Ignore:
Timestamp:
01/10/11 16:42:50 (15 years ago)
Author:
seroussi
Message:

minor xor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/solutions/diagnostic_core.cpp

    r6412 r7012  
    6161        }
    6262
    63         if (ismacayealpattyn^isstokes){
     63        if (ismacayealpattyn ^ isstokes){ // ^ = xor
    6464               
    6565                _printf_(VerboseControl(),"%s\n","   computing velocities");
Note: See TracChangeset for help on using the changeset viewer.