Commit df255618 authored by Mohammadreza Naghibzadeh's avatar Mohammadreza Naghibzadeh
Browse files

move macro in options.h

parent 357062e1
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@
#define FIX_1781_SPECTRAL_GAPS                               /* FhG: Change internal calculation of tcx_noise_factor_ivas_fx() to 32-bit*/
#define FIX_ISSUE_1811_EXCEEDING_W_SHIFTS                    /* FhG: limit exceeding 64bit shifts */


#define FIX_1819_EIGENVALUE_ERROR                            /* FhG: Workaround for zero eigenvalue: replace with epsilon if det != 0*/
/* #################### Start BASOP porting switches ############################ */

#define FIX_1372_ISAR_POST_REND
@@ -140,6 +140,4 @@

/* #################### End BASOP porting switches ############################ */

#define FIX_1819_EIGENVALUE_ERROR                 /* FhG: Workaround for zero eigenvalue: replace with epsilon if det != 0*/

#endif