diff --git a/lib/four2a.f90 b/lib/four2a.f90 index d334f5d60..73cacf846 100644 --- a/lib/four2a.f90 +++ b/lib/four2a.f90 @@ -20,10 +20,10 @@ subroutine four2a(a,nfft,ndim,isign,iform) parameter (NSMALL=16384) complex a(nfft) complex aa(NSMALL) - integer nn(NPMAX),ns(NPMAX),nf(NPMAX),nl(NPMAX) - integer*8 plan(NPMAX) !Actually should be i*8, but no matter -! data nplan/0/,npatience/1/ - data nplan/0/,npatience/0/ + integer nn(NPMAX),ns(NPMAX),nf(NPMAX) + integer*8 plan(NPMAX),nl(NPMAX),nloc + data nplan/0/,npatience/1/ +! data nplan/0/,npatience/0/ include 'fftw3.f' save plan,nplan,nn,ns,nf,nl diff --git a/mainwindow.cpp b/mainwindow.cpp index 2c496e780..9fe116b20 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1307,8 +1307,9 @@ void MainWindow::readFromStdout() //readFromStdout if(m_insertBlank and m_blankLine and jt9com_.nagain==0) { QString bg="#d3d3d3"; bf.setBackground(QBrush(QColor(bg))); + QString tt="----------------------------------------"; QString s = "
" + " " + "
"; + bg + "\">
" + tt + "
"; cursor = ui->decodedTextBrowser->textCursor(); cursor.movePosition(QTextCursor::End); bf = cursor.blockFormat();