Changeset 0d0154 in git


Ignore:
Timestamp:
Jun 8, 2020, 1:21:28 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '52dcfddee5ec87d404d5e0fb44f2d627608208f1')
Children:
fdda5465265805b57a9c0f85de0debd58cd07bee
Parents:
83f9fee211228007a46de31fbc3ada0c2441365e
Message:
Revert "opt: use resultantFp"

This reverts commit 517ffa70e651cf45ae68e0c02434f13e622fc87f.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facAlgFunc.cc

    r83f9fe r0d0154  
    193193    result= resultantZ (fz, gz,v);
    194194  else
    195     result= resultantFp (fz,gz,v);
    196 #else
     195#endif
    197196    result= resultant (fz,gz,v);
    198 #endif
    199197
    200198  return result;
Note: See TracChangeset for help on using the changeset viewer.