Skip to content

Commit

Permalink
Merge pull request #24 from stevenbedrick/index-subfolder-fix
Browse files Browse the repository at this point in the history
Fixed logic issue involving subdirectories during index creation.
  • Loading branch information
willjrogers authored May 1, 2023
2 parents ae9d593 + 1da1d49 commit 93a9e2c
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,13 @@ static void prepareDirectories(String ivfdir)
ivfDir.mkdir();
tablesDir.mkdir();
indicesDir.mkdir();

cuiconceptDir.mkdir();
cuisourceinfoDir.mkdir();
cuistDir.mkdir();
meshtcrelaxedDir.mkdir();
varsDir.mkdir();

}
}

Expand Down

0 comments on commit 93a9e2c

Please sign in to comment.