diff --git a/lib/unpackcall.f90 b/lib/unpackcall.f90 index d047114d3..5b326308d 100644 --- a/lib/unpackcall.f90 +++ b/lib/unpackcall.f90 @@ -128,10 +128,6 @@ subroutine unpackcall(ncall,word,iv2,psfx) ! DE with no prefix or suffix iv2=7 psfx = ' ' - else - iv2=8 - word=' ' - psfx=' ' endif 999 if(word(1:3).eq.'3D0') word='3DA0'//word(4:) diff --git a/mainwindow.cpp b/mainwindow.cpp index 83f95035d..276121419 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//----------------------------------------------------------- MainWindow +//------------------------------------------------------------ MainWindow #include "mainwindow.h" #include "ui_mainwindow.h"