We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b324cce commit fa00bdaCopy full SHA for fa00bda
1 file changed
src/gui/mainWindow.cpp
@@ -927,6 +927,7 @@ void mainWindow::updateFileInputForCase(const char* file)
927
928
inputFileName = fileName;
929
inputFileDir = QFileInfo(fileName).absolutePath();
930
+ tree->solve->setOutputDir( inputFileDir.absolutePath() );
931
shortInputFileName = shortName;
932
checkMeshCombo();
933
checkInputItem();
0 commit comments