the-nuclear-confectionery / CCAKE

Conserved ChArges HydrodynamiK Evolution
https://the-nuclear-confectionery.github.io/ccake-site/
Other
2 stars 1 forks source link

Create the output folder if it is not present. #20

Closed willian-m closed 4 months ago

willian-m commented 10 months ago

If the output does not exists, the code crashes right now. We should be able to use the filesystem library, which was incorporated in C++17 standard, to check if the folder exists and create one if this is not the case.

For details, see filesystem library

Notice this entails updating the CMakeLists.txt as well to require C++17.

willian-m commented 4 months ago

This was actually done in 8fa3afb. Closing the issue.