50 check-ins occurring around 1997-06-16 10:55:20.

More ↑
1997-08-15
09:46:22
New labeled ports version check-in: 7dcce0687b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:43:06
Now has lablelled (as opposed to numbered) ports. check-in: 2cd8f3ddab user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:41:19
Initial revision check-in: fc2b01f281 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:04:01
Initial revision check-in: 1ef5e6426a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-08-14
11:59:47
Vector ports added!! check-in: 6847e1f089 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
11:01:42
Reordered algorithms as follows:
bond end coordinates
associate port labels with bonds (port_bond)
associate bonds with components
unsorted list of bonds on each component (components)
interpret strokes and setup the causality of the bonds (bonds)
expand vector ports & add new bonds and connections
sort bonds on each component according to the labels -- two ports
default included here.
check-in: d75632f734 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-08-09
14:42:39
Added underscore to port regexp check-in: 7aafd38e0d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
11:31:16
Default two port list is [in;out] (or [out;in])
Dont do global default if no ports labels.
check-in: 292b73bff1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-08-08
08:11:04
Suppress compoment trace. check-in: 96d016903b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-08-07
16:12:36
Fixed sorting bug: now puts the jth component from the unsorted list
into the kth component of the sorted list .. not vice versa!
check-in: 518cabdfbd user: gawthrop@users.sourceforge.net tags: origin/master, trunk
16:10:13
Move the if status .. to the beginning of the main loop. check-in: cf8931efd8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-08-06
21:43:19
Corrected error in creating component list: the kth component of the
list is given by the jth component of the original list NOT vice
versa.
check-in: 43156f5519 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-08-05
08:38:23
Added n-ports to the argument list in the comment. check-in: 8f2e0a82f3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-08-04
14:18:55
If no ports labels at all, just use the default component list. check-in: 9df910b7db user: gawthrop@users.sourceforge.net tags: origin/master, trunk
13:11:19
Only change to component-orientated causality for simple components
NOT for compound components.
check-in: bd79acf2f3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
12:50:39
Many bug fixes to the named port version + tied up the logic and
supporting comments.
check-in: f7ba5ad7f2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
12:49:17
Modified to use named (as opposed to numbered) ports.
Generates a list of component ports in the .rbg file.
As octave handles string vectors properly, the .cmp file format is not
really necessary - but I've let it be for the moment.
check-in: a524632e5a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-08-02
19:37:53
Now uses named ports. check-in: f84d84397e user: gawthrop@users.sourceforge.net tags: origin/master, trunk
19:35:47
Initial revision check-in: 6bbd7487ff user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-07-27
13:12:03
Initial revision check-in: 54a96339ac user: gawthrop@users.sourceforge.net tags: origin/master, trunk
13:11:11
Added path checking code -- mtt_check_vars check-in: fb8c567bf5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-07-06
16:35:20
Initial revision check-in: 5bb47c8759 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
16:20:44
Initial revision check-in: f65ef2502d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-06-29
19:05:51
Seascale changes -- mainly to new rep format. check-in: a4d5513358 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-06-27
12:14:49
Upped version to 2.4++ check-in: 1b7397e8d0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-06-16
10:55:20
Initial revision check-in: 3a18a951eb user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-06-13
15:58:38
Initial revision check-in: 3133709a48 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:13:51
Cosmetic cjhanges check-in: d714796962 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:08:23
Changed default rep.txt check-in: a735ede176 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
13:05:38
Replaced 'C*( (E*j*w - A) \ B*u0 ' by C*( inv(E*j*w - A)*B*u0 ). \
seems to have a bug for complex nos (??)
check-in: 1ac694cfc9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
12:52:18
Removed extra ; from $PARAMS check-in: 9f6c3bbb2f user: gawthrop@users.sourceforge.net tags: origin/master, trunk
12:50:35
Removed extra ; check-in: 0bfec29f9d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
12:46:59
Initial revision check-in: a70d6f7acd user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:42:25
Auto change of () to [] check-in: 7cffaa933b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:34:39
changed [] to () check-in: 0cb39eafdf user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:18:28
Removed all params.m check-in: 13cbf4c7ea user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:59:03
Set to version 2.4 check-in: e5855c0a05 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-06-03
15:17:09
Changed label to MTT_SWITCH check-in: 4f3deeee40 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-05-22
11:12:34
Chaged figure label. check-in: 30b993f4c4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
10:11:04
Fixed dat2gdat bug (with parameters) check-in: 3bf171c3b1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:42:48
Returns 0 if no names. check-in: b4a9b70c25 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:28:22
Removed trailing , in output. check-in: 40a245a375 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:48:21
Initial revision check-in: 33addd2c18 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
07:38:27
Added command line info to .doc files (makedoc) check-in: bd0f279123 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
07:36:35
\ref --> \Ref check-in: 7157a68e3e user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-05-21
10:09:19
Initial revision check-in: 25693e63c1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
10:00:51
Tidied up. check-in: 74bdfa05b1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:19:27
Initial revision check-in: ac11ab2ec6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-05-19
16:48:10
Initial revision check-in: 08f004d9a0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
16:45:56
Fixed ISW bug -- deleted spurious ISW_eqn.m file check-in: c4196a2fcf user: gawthrop@users.sourceforge.net tags: origin/master, trunk
More ↓

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]