GRTLCollaboration / GRChombo

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

Fix absolute restart_file paths bug #211

Closed mirenradia closed 2 years ago

mirenradia commented 2 years ago

The restart_file parameter is now assumed to be a path relative to the hdf5_path (= output_path + hdf5_subpath) unless it starts with a '/' in which case it is assumed to be an absolute path. This fixes #210.