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: |
fa554432cda98d09be0f30800b0b7791 |
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: eb5e7155d8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
16:23:31 | Removed multiple-runs bug - now just runs once! check-in: fa554432cd user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:45:13 | Changed obsolete <> to != check-in: b336359438 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 |
︙ |