diff --git a/lib/symspec.f90 b/lib/symspec.f90 index a08e3c1a7..ce1dc9504 100644 --- a/lib/symspec.f90 +++ b/lib/symspec.f90 @@ -109,7 +109,7 @@ subroutine symspec(k,ntrperiod,nsps,ingain,slope,pxdb,s,df3,ihsym,npts8) if(abs(slope+0.1).lt.0.01) then call flat3(s,iz,3,1.0,s) - call flat3(savg,iz,3,1.0,savg) +! call flat3(savg,iz,3,1.0,savg) endif 900 npts8=k/8 diff --git a/mainwindow.cpp b/mainwindow.cpp index 025e1f2f7..9111b89dc 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//---------------------------------------------------------------- MainWindow +//--------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h"