Overview
Comment: | Saved many changes over past 2 weeks. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fe65307e73215aee7b2412ae6170c765 |
User & Date: | gawthrop@users.sourceforge.net on 1996-12-05 10:41:39 |
Other Links: | branch diff | manifest | tags |
Context
1996-12-05
| ||
10:48:51 |
Put sympar in clean list. sympar now sucks in params.r file check-in: ce4b1bae70 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:41:39 | Saved many changes over past 2 weeks. check-in: fe65307e73 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:38:36 |
Decided that integrating the IR is a bad idea. So now explicitly computes the SR using matrix exponential -- much more accurate. check-in: 5fd8598766 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [be71c8b440] to [ba4b543af9].
︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | + + + | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ # Revision 1.44 1996/11/12 16:04:25 peterg # Really VERSION 2.1 # # Revision 1.43 1996/11/12 08:52:57 peterg # Fixed bug in test arg to if - missing "". # # Revision 1.42 1996/11/11 17:23:03 peterg # Added numpar.m requirement to all .m targets # ## Revision 1.41 1996/11/11 17:18:32 peterg |
︙ | |||
165 166 167 168 169 170 171 | 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 | - + | esac shift done #Print header if not in quiet (-q) mode. if [ "$quiet" != "quiet" ]; then echo |
︙ | |||
238 239 240 241 242 243 244 | 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 | - + + - + + | fi # Clean up if [ "$1" = "clean" ] && [ "$2" = "" ]; then echo 'Removing all generated files for all systems' rm -f *.log mtt_info.txt warning.txt rm -f *_abg.m *_abg.ps *_args.* *_cr.r |
︙ | |||
524 525 526 527 528 529 530 531 532 533 | 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 | + + - + | rbg2abg_m $1 #SUMMARY cbg causal bond graph (m) #Acausal bond graph to causal bond graph: mfile $1_cbg.m: $1_abg.m abg2cbg_m $1 $1_type.sh: $1_cbg.m #SUMMARY cbg causal bond graph (fig) #Causal bond graph: mfile to fig conversion |
︙ |