50 check-ins related to "origin/master" plus check-in "2003-03-13 15:10:26" occurring around 2003-03-13 15:10:26.

More ↑
2003-03-14
15:23:24
Avoid problems when ginsh command contains $1 etc
Avoid error when null string returned
check-in: 84a526bf4f user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:30:39
Tidied up some ifs check-in: 40f6806b38 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:30:39
Tidied up some ifs check-in: 082d43c213 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:19:04
Initial aliasing code - but need to pass cbg via arg list check-in: 50b3a5acb6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:19:04
Initial aliasing code - but need to pass cbg via arg list check-in: 6e272b8b19 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:03:28
Fixed error message check-in: cacc8a5875 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:03:28
Fixed error message check-in: d29b325992 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
12:49:50
Reads the cbg data structure form a file check-in: 772b1cdd4e user: gawthrop@users.sourceforge.net tags: origin/master, trunk
12:49:50
Reads the cbg data structure form a file check-in: 1722ffefcb user: gawthrop@users.sourceforge.net tags: origin/master, trunk
12:45:16
Now uses mtt_cbg check-in: 719f2840c1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
12:45:16
Now uses mtt_cbg check-in: f9deba8c3b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2003-03-13
16:34:40
New simple example of herachical rc circuit check-in: 145fd18ecd user: gawthrop@users.sourceforge.net tags: origin/master, trunk
16:34:40
New simple example of herachical rc circuit check-in: e8e3feec68 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
15:47:35
Added sese rep. check-in: 84feefa11a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
15:47:35
Added sese rep. check-in: f761d6e16e user: gawthrop@users.sourceforge.net tags: origin/master, trunk
15:44:53
The main transformation for sorted elementary equations check-in: 2e00f57135 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
15:44:53
The main transformation for sorted elementary equations check-in: 976e0c6b3d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
15:43:36
Helper for _sese generation check-in: 5d463df513 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
15:43:36
Helper for _sese generation check-in: 6752210f2e user: gawthrop@users.sourceforge.net tags: origin/master, trunk
15:32:37
Octave m files for generating sorted equations _sese.r check-in: 0e41d1033c user: gawthrop@users.sourceforge.net tags: origin/master, trunk
15:32:37
Octave m files for generating sorted equations _sese.r check-in: b2e26af53a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
15:19:04
Now uses __ to delimit subsystems in names. check-in: 2cf0c97f97 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
15:19:04
Now uses __ to delimit subsystems in names. check-in: c1c164f888 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
15:10:26
Removed redundant final column check-in: 9509f928eb user: gawthrop@users.sourceforge.net tags: origin/master, trunk
15:10:26
Removed redundant final column check-in: edac6dabba user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:56:45
Equation generatation for sorted equations check-in: 74b9225cb0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:56:45
Equation generatation for sorted equations check-in: 888b344abe user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:22:34
No negative bond numbers check-in: 1e4f51e7b0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:22:34
No negative bond numbers check-in: 7693cb5a35 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2003-03-11
23:05:51
*** empty log message *** check-in: f715fc4b73 user: geraint@users.sourceforge.net tags: origin/master, trunk
23:05:51
*** empty log message *** check-in: 886942145f user: geraint@users.sourceforge.net tags: origin/master, trunk
13:46:03
Added check for non-finite array elements. check-in: 9d2714a327 user: geraint@users.sourceforge.net tags: origin/master, trunk
13:46:03
Added check for non-finite array elements. check-in: 943995fdc4 user: geraint@users.sourceforge.net tags: origin/master, trunk
2003-03-10
12:07:25
Tracking Matlab's ever-changing API.
Updated to Matlab 6.5:
- removed mxSetName
- mexGetArray -> mexGetVariable
- mexPutArray -> mexPutVariable
check-in: cddb779670 user: geraint@users.sourceforge.net tags: origin/master, trunk
12:07:25
Tracking Matlab's ever-changing API.
Updated to Matlab 6.5:
- removed mxSetName
- mexGetArray -> mexGetVariable
- mexPutArray -> mexPutVariable
check-in: b7937ff652 user: geraint@users.sourceforge.net tags: origin/master, trunk
2003-02-28
09:12:17
Two more columns in _stuc.txt: causality and subsystem name check-in: d7385976d5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:12:17
Two more columns in _stuc.txt: causality and subsystem name check-in: b3c8c02d46 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2003-02-21
09:17:16
*** empty log message *** check-in: a9445f4704 user: geraint@users.sourceforge.net tags: origin/master, trunk
09:17:16
*** empty log message *** check-in: be739f082c user: geraint@users.sourceforge.net tags: origin/master, trunk
2003-02-13
11:57:35
Now sets default data style (lines) at initialisation so that it can be
changed by the user using "set data style dots", etc. at the command line.
check-in: 3b6ef1ea30 user: geraint@users.sourceforge.net tags: origin/master, trunk
11:57:35
Now sets default data style (lines) at initialisation so that it can be
changed by the user using "set data style dots", etc. at the command line.
check-in: 9fb405bd8e user: geraint@users.sourceforge.net tags: origin/master, trunk
2003-02-12
01:28:27
*** empty log message *** check-in: 388ea87da8 user: geraint@users.sourceforge.net tags: origin/master, trunk
01:28:27
*** empty log message *** check-in: 372705fc1a user: geraint@users.sourceforge.net tags: origin/master, trunk
01:13:07
*** empty log message *** check-in: 83a5de95e6 user: geraint@users.sourceforge.net tags: origin/master, trunk
01:13:07
*** empty log message *** check-in: 34dec6dd16 user: geraint@users.sourceforge.net tags: origin/master, trunk
2003-02-11
20:04:08
Reverted to line-by-line optimisation as default and added caution to
description of -optg.

Global optimisation has been observed to create assignments using
uninitialised temporary variables. check-in: d38e195817 user: geraint@users.sourceforge.net tags: origin/master, trunk

20:04:08
Reverted to line-by-line optimisation as default and added caution to
description of -optg.

Global optimisation has been observed to create assignments using
uninitialised temporary variables. check-in: ca64dde77d user: geraint@users.sourceforge.net tags: origin/master, trunk

19:55:51
Now uses tr instead of sed to replace array index parentheses
(tr is better at coping with very, very long lines).

Fixed tidy-up regexps in decrement_indices function.

Fixed comment and function name c_to_fortran_paren. check-in: 3c858121cf user: geraint@users.sourceforge.net tags: origin/master, trunk

19:55:51
Now uses tr instead of sed to replace array index parentheses
(tr is better at coping with very, very long lines).

Fixed tidy-up regexps in decrement_indices function.

Fixed comment and function name c_to_fortran_paren. check-in: 64dfc2cb69 user: geraint@users.sourceforge.net tags: origin/master, trunk

2003-02-06
20:28:40
Added -ibg switch to aid testing during development of ibg2abg.m check-in: 4913bcced7 user: geraint@users.sourceforge.net tags: origin/master, trunk
More ↓

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