Changeset 3522


Ignore:
Timestamp:
04/13/10 10:54:37 (15 years ago)
Author:
Mathieu Morlighem
Message:

Fixed DeepEcho

File:
1 edited

Legend:

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

    r3504 r3522  
    251251        hvertex.DeepEcho();
    252252        printf("Upper node:\n");
    253         hupper_node.DeepEcho();
     253        //Do not Deepecho the upper_node otherwise DeepEcho will go crazy!
     254        hupper_node.Echo();
    254255
    255256}
Note: See TracChangeset for help on using the changeset viewer.