Changeset 5288


Ignore:
Timestamp:
08/16/10 14:38:54 (15 years ago)
Author:
Mathieu Morlighem
Message:

missing end commment

File:
1 edited

Legend:

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

    r5286 r5288  
    630630                }
    631631                else if (control_type==DhDtEnum){
    632                         matice->inputs->GetParameterDerivativeValue(&dB[0], &xyz_list[0][0], &gauss_l1l2l3[0],DhDtEnum);
     632                        this->inputs->GetParameterDerivativeValue(&dB[0], &xyz_list[0][0], &gauss_l1l2l3[0],DhDtEnum);
    633633                        Jelem+=cm_noisedmp*1/2*(pow(dB[0],2)+pow(dB[1],2))*Jdet*gauss_weight;
    634634                }
     
    44284428                GetJacobianDeterminant2d(&Jdettria, &xyz_list[0][0],gauss_l1l2l3);
    44294429
    4430                 /*Get L matrix: *
     4430                /*Get L matrix: */
    44314431                GetL(&L[0], &xyz_list[0][0], gauss_l1l2l3,numberofdofspernode);
    44324432
     
    65696569
    65706570        /*Ok, we have vx and vy in values, fill in vx and vy arrays: */
    6571         for(i=0;i<numvertices;i++){
    6572                 lambda[i]=values[i*numdofpervertex+0];
     6571        for(i=0;i<numdof;i++){
     6572                lambda[i]=values[i];
    65736573        }
    65746574
Note: See TracChangeset for help on using the changeset viewer.