Changeset 11551


Ignore:
Timestamp:
02/27/12 11:32:57 (13 years ago)
Author:
Mathieu Morlighem
Message:

Fixed hmaxVertices option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/Bamgx/Bamgx.cpp

    r5400 r11551  
    145145                                        Metric M=BTh.vertices[i].m;
    146146                                        EigenMetric Vp(M/coef);
    147                                         Vp.Minh(bamgopts->hmaxVertices[i]);
     147                                        Vp.Maxh(bamgopts->hmaxVertices[i]);
    148148                                        BTh.vertices[i].m=Vp;
    149149                                }
Note: See TracChangeset for help on using the changeset viewer.