Overview
Comment: | Modified for new format with __ |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7c7fc1f7a4ecf9d28d994ca6063f17b3 |
User & Date: | gawthrop@users.sourceforge.net on 2003-05-08 18:48:49 |
Other Links: | branch diff | manifest | tags |
Context
2003-05-08
| ||
18:53:30 | New input format check-in: d5b5ecde7c user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
18:48:49 | Modified for new format with __ check-in: 7c7fc1f7a4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
18:47:50 | Fixed __ bug when using * representations check-in: 29575f474f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/examples/Electrical/rc/pulse/rc_input.txt from [2335b1e9b6] to [c92e3fb3b1].
1 2 3 4 5 6 7 8 9 | ## -*-octave-*- Put Emacs into octave-mode ## ## ## System rc, representation input, language txt; ## File rc_input.txt; ## Generated by MTT on Wed May 1 08:47:22 BST 2002; | | | 1 2 3 4 5 6 7 8 9 10 | ## -*-octave-*- Put Emacs into octave-mode ## ## ## System rc, representation input, language txt; ## File rc_input.txt; ## Generated by MTT on Wed May 1 08:47:22 BST 2002; rc__e1 = 1.0*(t<1); # On for t<1 |
Modified mttroot/mtt/lib/examples/Electrical/rc/step/rc_input.txt from [ac454fb47a] to [ae6bcdc7ad].
1 2 3 4 5 6 7 8 9 | ## -*-octave-*- Put Emacs into octave-mode ## ## ## System rc, representation input, language txt; ## File rc_input.txt; ## Generated by MTT on Wed May 1 08:51:26 BST 2002; | | | 1 2 3 4 5 6 7 8 9 10 | ## -*-octave-*- Put Emacs into octave-mode ## ## ## System rc, representation input, language txt; ## File rc_input.txt; ## Generated by MTT on Wed May 1 08:51:26 BST 2002; rc__e1 = 1.0; # Step |
Modified mttroot/mtt/lib/examples/Mechanical/Mechanical-1D/Beams/CantileverBeam/CantileverBeam_input.txt from [8977885a4e] to [9045589c63].
1 2 3 4 5 6 7 8 9 10 11 | # -*-octave-*- Put Emacs into octave-mode # Input specification (CantileverBeam_input.txt) # Generated by MTT at Thu Apr 22 00:12:54 BST 1999 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### # Set the inputs | > > > | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # -*-octave-*- Put Emacs into octave-mode # Input specification (CantileverBeam_input.txt) # Generated by MTT at Thu Apr 22 00:12:54 BST 1999 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 2000/12/28 17:58:27 peterg ## To RCS ## ############################################################### # Set the inputs ## Removed by MTT on Thu May 8 16:55:10 BST 2003: mttu(1) = exp(-t/0.1); # tau (CantileverBeam) # Set the switches cantileverbeam__mttfixed__u__u = exp(-t/0.1); # tau (CantileverBeam) |