Commit Graph

6 Commits

Author SHA1 Message Date
Victor A. P. Magri
b372b31a11
Change sh to bash (#900)
Change shell scripts from `#!/bin/sh` to `#!/bin/bash`
2023-08-16 20:09:43 -04:00
Victor A. Paludetto Magri
e16167fe46
Fix copyright (#615)
This PR updates Copyright headers from "Copyright 1998-2019 ..." to "Copyright (c) 1998 ..."
2022-04-05 16:19:51 -07:00
Rob Falgout
48c9f0b972 Changed all of the headers 2019-07-07 19:26:24 -07:00
Rob Falgout
7ffef6c761 Modified AUTOTEST/cleantest.sh to avoid removing '.bat' files 2018-01-11 08:38:43 -08:00
Rob Falgout
4db0e9dc9a Fixed a problem with AUTOTEST cleantest.sh script
In the case where there are no '.err' files, this script was deleting files it
should not have.  Fixed by adding a check that each .err file actually exists.
2016-05-23 17:40:12 -07:00
Rob Falgout
95489b822f Added new cyclic reduction files to the CMakeLists.txt file.
Added an autotest cleanup script (cleantest.sh) and fixed some 'make distclean' problems.
2015-09-14 08:49:33 -07:00