Ignore:
Timestamp:
07/25/17 13:03:02 (8 years ago)
Author:
Mathieu Morlighem
Message:

NEW: no more random seed in bamg, no more MaxCornerAngle and geometrical metric

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/bamg/Triangle.cpp ΒΆ

    r21838 r21864  
    257257
    258258                        long long detMinNew=Min(det1,det2);
    259                         //     if (detMin<0 && (Abs(det1) + Abs(det2) == detA)) OnSwap=BinaryRand();// just for test   
    260259                        if (! OnSwap &&(detMinNew>0)) {
    261260                                OnSwap = detMin ==0;
Note: See TracChangeset for help on using the changeset viewer.