Skip to content

Commit 553b62c

Browse files
committed
don't trace underflow
1 parent f1f730f commit 553b62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dft_loop/sirius.scf.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ int main(int argn, char** argv)
367367

368368
#if defined(_GNU_SOURCE)
369369
if (args.exist("fpe")) {
370-
feenableexcept(FE_DIVBYZERO|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
370+
feenableexcept(FE_DIVBYZERO|FE_INVALID|FE_OVERFLOW);
371371
}
372372
#endif
373373

0 commit comments

Comments
 (0)