remove default to APPROXNORM

This commit is contained in:
cnlohr 2019-06-18 03:39:35 -04:00
parent ab11048f10
commit 3de5d62a05

View file

@ -24,7 +24,8 @@
// Will used simple approximation of norm rather than
// sum squares and approx sqrt
#ifndef APPROXNORM
#define APPROXNORM 1
//XXX CNL: BBKiwi added this feature but it seems to break stuff.
//#define APPROXNORM 1
#endif
#ifndef OCTAVES