Overview
Comment:Flow amplifier sorted equation
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 0e336a087bbdcec706299e97c1239c173fb63c22a8066748c5bf2e67b8539ef5
User & Date: gawthrop@users.sourceforge.net on 2003-03-25 16:57:08
Other Links: branch diff | manifest | tags
Context
2003-03-25
17:08:29
Tests new sese rep. check-in: e8c5ba367a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
16:57:08
Flow amplifier sorted equation check-in: 0e336a087b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
16:56:30
Effort amplifier sorted equation check-in: 3d5e42b361 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/lib/comp/simple/AF_seqn.m version [969c3baa60].

















>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
function [eqn,insigs,innames] = AF_seqn (Name, name, cr, arg, outsig, insigs, innames)

  ## usage:  [eqn,inbonds] = AF_seqn (Name, cr, arg, outbond, inbonds)
  ##
  ## Implements the AF component 

  [eqn,insigs,innames] = Amp_seqn ("AF",Name, name, cr, arg, outsig, insigs, innames);
endfunction


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