Changeset 3473


Ignore:
Timestamp:
04/08/10 14:24:19 (15 years ago)
Author:
Mathieu Morlighem
Message:

bug fix in flagclones

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/DataSet/DataSet.cpp

    r3472 r3473  
    733733
    734734                /*Call echo on object: */
    735                 if((*object)->Enum()==NodeEnum()){
     735                if((*object)->Enum()==NodeEnum() || (*object)->Enum()==VertexEnum()){
    736736
    737737                        /*Ok, this object is a node, ask which rank it has: */
Note: See TracChangeset for help on using the changeset viewer.