Skip to content

Commit

Permalink
Update sifgenerator.cpp
Browse files Browse the repository at this point in the history
Fix for ElmerCSC#418
  • Loading branch information
t7saeki committed Aug 21, 2023
1 parent c19d474 commit 50f6cfd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ElmerGUI/Application/src/sifgenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1304,9 +1304,10 @@ void SifGenerator::handleLineEdit(const QDomElement &elem, QWidget *widget)
cout << " [SifGenerator] array parameter adjusted: '"
<< name.toAscii().constData() << " = " << value.toAscii().constData() << "' to '"
<< name.toAscii().constData() << value.toAscii().constData() << "'" << endl;
}else{
addSifLine(" " + name + " = ", value);
}
#endif


}

void SifGenerator::handleTextEdit(const QDomElement &elem, QWidget *widget)
Expand Down

0 comments on commit 50f6cfd

Please sign in to comment.