Changeset 984


Ignore:
Timestamp:
06/13/09 19:32:45 (16 years ago)
Author:
seroussi
Message:

minor forgot printf

Location:
issm/trunk/src/c/objects
Files:
2 edited

Legend:

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

    r983 r984  
    281281        if(clone){
    282282                /*This node is a clone, don't update the dofs!: */
    283         return;
     283                return;
    284284        }
    285285
     
    777777                /*do nothing, we only update grids belonging to the exterior layers: */
    778778        }
    779         if (dof==6){
    780                 printf("new z = %g\n",this->x[2]);
    781                 printf("bed = %g\n",bed[dof]);
    782                 printf("thick = %g\n",thickness[dof]);
    783                 printf("onsurface = %i\n",onsurface);
    784                 printf("onbed = %i\n",onbed);
    785         }
    786 }
     779}
  • issm/trunk/src/c/objects/Penta.cpp

    r983 r984  
    37563756        }
    37573757
    3758                         if(id==1){
    3759                                         printf( "z1 %10.10lf \n",xyz_list[0][2]);
    3760                                         printf( "z2 %10.10lf \n",xyz_list[1][2]);
    3761                                         printf( "z3 %10.10lf \n",xyz_list[2][2]);
    3762                                         printf( "z4 %10.10lf \n",xyz_list[3][2]);
    3763                                         printf( "z5 %10.10lf \n",xyz_list[4][2]);
    3764                                         printf( "z6 %10.10lf \n",xyz_list[5][2]);
    3765                                         printf( "Jdet%10.10lf \n",Jdet);
    3766                         }
    37673758        /*Add pe_g to global vector pg: */
    37683759        VecSetValues(pg,numdof,doflist,(const double*)P_terms,ADD_VALUES);
Note: See TracChangeset for help on using the changeset viewer.