Overview
Comment: | Removed multiple-runs bug - now just runs once! |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4a616b698eee728f4281323301d33a49 |
User & Date: | gawthrop@users.sourceforge.net on 2004-03-15 16:23:31 |
Other Links: | branch diff | manifest | tags |
Context
2004-03-15
| ||
16:23:52 | Return more information check-in: faee6e2e73 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
16:23:31 | Removed multiple-runs bug - now just runs once! check-in: 4a616b698e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:45:13 | Changed obsolete <> to != check-in: 0da44dec18 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/rep/ident_rep.make from [7792e45e2b] to [e8f9bdae3f].
︙ | |||
27 28 29 30 31 32 33 34 35 36 37 | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | + + + + - + + + + - + + | ## Simulation targets sims = ${MTT_SYS}_sim.m s${MTT_SYS}_ssim.m ## m-files needed for ident ident_m = ${MTT_SYS}_ident.m ${MTT_SYS}_ident_numpar.m ## The input data ident_data = ${MTT_SYS}_ident_data.dat ## Targets for the ident simulation ident_reps = ${ident_m} ${sims} ${model_reps} ${sensitivity_reps} ## ps output files etc psfile = ${MTT_SYS}_ident.ps |
︙ |