Overview
Comment: | AE version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
80ff8e20d987bfeb650d18bd79c3c709 |
User & Date: | gawthrop@users.sourceforge.net on 2014-04-30 06:46:18 |
Other Links: | branch diff | manifest | tags |
Context
2014-07-10
| ||
23:13:27 | Fixed mtt.texi missing arguments and subsection level check-in: 2d671b4aa8 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2014-04-30
| ||
06:46:18 | AE version check-in: 80ff8e20d9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2014-04-24
| ||
05:19:05 | Components with effort and flow detection. check-in: 216a878cb3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/cr/r/MA.cr from [20d6e70f26] to [84249d695d].
︙ | ︙ | |||
83 84 85 86 87 88 89 | LET MA(R,flow,kappa,effort,2, A_1,effort,1, v_2,flow,2, v_3,flow,3, A_4,effort,4) = RT*log( (v_2/kappa) + exp(A_1/RT) ); | > > > | 83 84 85 86 87 88 89 90 91 92 | LET MA(R,flow,kappa,effort,2, A_1,effort,1, v_2,flow,2, v_3,flow,3, A_4,effort,4) = RT*log( (v_2/kappa) + exp(A_1/RT) ); %% AE version FOR ALL mu LET MA(AE, effort,2, mu, effort,1) = exp(mu/RT); |