GRTLCollaboration / GRChombo

An AMR based open-source code for numerical relativity simulations.
BSD 3-Clause "New" or "Revised" License
80 stars 49 forks source link

Fix incorrect permissions for created dirs #207

Closed mirenradia closed 2 years ago

mirenradia commented 2 years ago

mkdir_recursive() will now create directories with all permissions excluding those masked by the system user mask which should be the same as those given when using the mkdir command in a shell. This fixes #206.

TaigoFr commented 2 years ago

Tested. Works