Changeset 13255


Ignore:
Timestamp:
09/04/12 17:49:35 (13 years ago)
Author:
Eric.Larour
Message:

CHG: ADOLC not needed in these files.

Location:
issm/trunk-jpl/src/c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/bamg/Geometry.cpp

    r13036 r13255  
    183183                        if(verbose>5) _printLine_("      processing hVertices");
    184184                        for (i=0;i< nbv;i++){
    185                                 if (!xIsNan<IssmDouble>(bamgopts->hVertices[i])){
     185                                if (!xIsNan<IssmPDouble>(bamgopts->hVertices[i])){
    186186                                        vertices[i].m=Metric((double)bamgopts->hVertices[i]);
    187187                                }
  • issm/trunk-jpl/src/c/modules/Bamgx/Bamgx.cpp

    r12832 r13255  
    119119                        if (verbosity>1) _printLine_("   Merging Metric with hVertices...");
    120120                        for (i=0;i<BTh.nbv;i++){
    121                                 if (!xIsNan<IssmDouble>(bamgopts->hVertices[i])){
     121                                if (!xIsNan<IssmPDouble>(bamgopts->hVertices[i])){
    122122                                        BTh[i].m=Metric((float)bamgopts->hVertices[i]);
    123123                                }
     
    129129                        if (verbosity>1) _printLine_("   Merging Metric with hminVertices...");
    130130                        for (i=0;i<BTh.nbv;i++){
    131                                 if (!xIsNan<IssmDouble>(bamgopts->hminVertices[i])){
     131                                if (!xIsNan<IssmPDouble>(bamgopts->hminVertices[i])){
    132132                                        Metric M=BTh.vertices[i].m;
    133133                                        EigenMetric Vp(M/coef);
     
    142142                        if (verbosity>1) _printLine_("   Merging Metric with hmaxVertices...");
    143143                        for (i=0;i<BTh.nbv;i++){
    144                                 if (!xIsNan<IssmDouble>(bamgopts->hmaxVertices[i])){
     144                                if (!xIsNan<IssmPDouble>(bamgopts->hmaxVertices[i])){
    145145                                        Metric M=BTh.vertices[i].m;
    146146                                        EigenMetric Vp(M/coef);
Note: See TracChangeset for help on using the changeset viewer.