Changeset 3244


Ignore:
Timestamp:
03/10/10 09:47:21 (15 years ago)
Author:
Mathieu Morlighem
Message:

removed some typedefs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/InterpFromMeshToMesh2dx/InterpFromMeshToMesh2dx.cpp

    r3233 r3244  
    7272                if (tb.det>0){
    7373                        //Area coordinate
    74                         areacoord[0]= (Real8) dete[0]/ tb.det;
    75                         areacoord[1]= (Real8) dete[1] / tb.det;
    76                         areacoord[2]= (Real8) dete[2] / tb.det;
     74                        areacoord[0]= (double) dete[0]/ tb.det;
     75                        areacoord[1]= (double) dete[1] / tb.det;
     76                        areacoord[2]= (double) dete[2] / tb.det;
    7777                        //3 vertices of the triangle
    7878                        i0=Th.Number(tb[0]);
Note: See TracChangeset for help on using the changeset viewer.