Overview
Comment: | Changed erroneous header |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0150cf903e3419c26320cb9d39834933 |
User & Date: | gawthrop@users.sourceforge.net on 1998-07-21 16:54:15 |
Other Links: | branch diff | manifest | tags |
Context
1998-07-22
| ||
08:37:30 | Implicit integration now the default - for octave anyway. check-in: fbc8daa9af user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1998-07-21
| ||
16:54:15 | Changed erroneous header check-in: 0150cf903e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
16:43:26 | Now writes to an explicit fileID - otherwise we may run out of IDs. check-in: be81a6bf20 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/struc2state_txt2txt from [309998a521] to [72922ddce5].
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Inform user echo Creating $1_state.txt #Create the state file complete with headers. | > > > | | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.1 1998/06/27 15:06:40 peterg # %% Initial revision # %% # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Inform user echo Creating $1_state.txt #Create the state file complete with headers. echo "# Initial state file ($1_state.txt)" > $1_state.txt echo "# Generated by MTT at `date`" >> $1_state.txt cat $MTTPATH/trans/rcs_header.txt >> $1_state.txt #Write out the defaults -- states to steady-state values echo "# Set the states" >> $1_state.txt cat $1_ss.r $1_struc.txt | sed 's/\$//' |\ awk '{ |
︙ | ︙ |