Skip to content

Commit fa00bda

Browse files
committed
fixing gui output path for using an existing NINJAFOAM case, for issue #540
1 parent b324cce commit fa00bda

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/gui/mainWindow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -927,6 +927,7 @@ void mainWindow::updateFileInputForCase(const char* file)
927927

928928
inputFileName = fileName;
929929
inputFileDir = QFileInfo(fileName).absolutePath();
930+
tree->solve->setOutputDir( inputFileDir.absolutePath() );
930931
shortInputFileName = shortName;
931932
checkMeshCombo();
932933
checkInputItem();

0 commit comments

Comments
 (0)