Changeset 2584


Ignore:
Timestamp:
11/02/09 11:46:13 (15 years ago)
Author:
Mathieu Morlighem
Message:

fixed bug in Node->Echo()

File:
1 edited

Legend:

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

    r1199 r2584  
    8080        }
    8181        printf("   doflist1:|");
    82         printf("%i|",doflist1[1]);
     82        printf("%i|",doflist1[0]);
    8383        printf("\n");
    8484
     
    117117        }
    118118        printf("   doflist1:|");
    119         printf("%i|",doflist1[1]);
     119        printf("%i|",doflist1[0]);
    120120        printf("\n");
    121121
Note: See TracChangeset for help on using the changeset viewer.