Changeset 875


Ignore:
Timestamp:
06/10/09 09:49:33 (16 years ago)
Author:
seroussi
Message:

removed useless printf

File:
1 edited

Legend:

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

    r874 r875  
    685685
    686686                if (strcmp(field_name,"velocity")==0){
    687                         printf("extrude velocity\n");
    688 
    689687
    690688                        /* node data: */
     
    705703                        fieldnode[0]=field_serial[doflist[0]];
    706704                        fieldnode[1]=field_serial[doflist[1]];
    707                         printf("dof %g \n",doflist[0]);
    708                         printf("dof %g \n",doflist[1]);
    709                         printf("fieldnode %g \n",fieldnode[0]);
    710                         printf("fieldnode %g \n",fieldnode[1]);
    711 
    712705
    713706                        //go through all nodes which sit on top of this node, until we reach the surface,
     
    728721                else if (
    729722                                (strcmp(field_name,"thickness")==0) ||
     723                                (strcmp(field_name,"temperature")==0) ||
    730724                                (strcmp(field_name,"surface")==0)  ||
    731725                                (strcmp(field_name,"bed")==0)  ||
Note: See TracChangeset for help on using the changeset viewer.