Closed drwells closed 1 year ago
I think that these were set up as links in some version of SAMRAI prior to 2.4.4.
My best guess is that the development versions of SAMRAI 2 used links but they removed them when creating release tarballs (and such a tarball was the starting point for this repo).
Lets do this now before we mess around any more with changes to existing files.
For whatever reason, SAMRAI includes everything in both ./include and in the source tree - i.e., all files are present twice.
This makes maintenance harder so lets just delete all the duplicated files and replace them with symbolic links. I used the following shell script (note that tbox is handled separately due to the use of ../source vs ../../source):