summaryrefslogtreecommitdiff
path: root/lib/sbin/parameter_parser.pl
Commit message (Collapse)AuthorAge
* Added LOGICAL to one of the matches, and made the changeallen1999-01-20
| | | | | | | | | < elsif($1 && $1 =~ m:EXTENDS:i && $block ne "FRIEND") --- > elsif($1 && $1 =~ m:EXTENDS:i && $block !~ m:FRIEND\s*\S:) git-svn-id: http://svn.cactuscode.org/flesh/trunk@92 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Renamed local variables from implementation to thorn for consistancy.goodale1998-12-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@35 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added extra initialisations to remove warnings from perl -w.goodale1998-12-01
| | | | | | | Re-indented parameter_parser.pl . git-svn-id: http://svn.cactuscode.org/flesh/trunk@34 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Lots of interface consistancy checks.goodale1998-11-26
| | | | | | | Made sure everything runs with perl 4. git-svn-id: http://svn.cactuscode.org/flesh/trunk@29 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Creates all c and fortran structures.goodale1998-11-22
| | | | | | | | | | | c subroutines to initialise the structure. fortran subroutines to initialise the structure Split config_parser into three parts - the fortran bit, the c bit, and the non-language-specific stuff. git-svn-id: http://svn.cactuscode.org/flesh/trunk@27 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Stores a list of public parameters.goodale1998-11-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@26 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Now creates all fortran module stuff.goodale1998-11-20
| | | | | | | Still need to iclude public parameters. git-svn-id: http://svn.cactuscode.org/flesh/trunk@25 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Now can create individual c parameter declarations.goodale1998-11-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@23 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Initial importcactus_cvs1998-09-25
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2 17b73243-c579-4c4c-a9d2-2d5706c11dac