Overview
Comment: | Fixed variable names in diy rep example: MTT_{OPT,SYS,LANG}. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2cde5146d902c7d26a348aa100dcd089 |
User & Date: | geraint@users.sourceforge.net on 2004-08-11 07:35:24 |
Other Links: | branch diff | manifest | tags |
Context
2004-08-11
| ||
07:44:18 | Included cmp.m as a prerequisite for abg.m check-in: fb86096442 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
07:35:24 | Fixed variable names in diy rep example: MTT_{OPT,SYS,LANG}. check-in: 2cde5146d9 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2004-08-09
| ||
17:50:56 |
Updated to reflect new CR format: component type is passed as the first argument. Prepended std:: to iostream classes to satisfy g++. check-in: de2bcac636 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/doc/mtt.texi from [c2ab500a46] to [d9b096bb9d].
︙ | ︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 | @comment %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @comment Version control history @comment %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @comment $Id$ @comment $Log$ @comment Revision 1.20 2003/10/23 18:14:43 geraint @comment Added subsection with script for model-specific options. @comment Fixed typo in url to mtt.sf.net. @comment @comment Revision 1.19 2003/10/10 22:22:18 geraint @comment typo. @comment | > > > | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | @comment %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @comment Version control history @comment %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @comment $Id$ @comment $Log$ @comment Revision 1.21 2004/07/23 11:05:26 geraint @comment Updated Reduce URL: http://www.reduce-algebra.com @comment @comment Revision 1.20 2003/10/23 18:14:43 geraint @comment Added subsection with script for model-specific options. @comment Fixed typo in url to mtt.sf.net. @comment @comment Revision 1.19 2003/10/10 22:22:18 geraint @comment typo. @comment |
︙ | ︙ | |||
4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 | # Generated by MTT at Mon Jun 16 15:10:17 BST 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.20 2003/10/23 18:14:43 geraint # %% Added subsection with script for model-specific options. # %% Fixed typo in url to mtt.sf.net. # %% # %% Revision 1.19 2003/10/10 22:22:18 geraint # %% typo. # %% | > > > | 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 | # Generated by MTT at Mon Jun 16 15:10:17 BST 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.21 2004/07/23 11:05:26 geraint # %% Updated Reduce URL: http://www.reduce-algebra.com # %% # %% Revision 1.20 2003/10/23 18:14:43 geraint # %% Added subsection with script for model-specific options. # %% Fixed typo in url to mtt.sf.net. # %% # %% Revision 1.19 2003/10/10 22:22:18 geraint # %% typo. # %% |
︙ | ︙ | |||
5731 5732 5733 5734 5735 5736 5737 | # Makefile for representation ident # File ident_rep.make #Copyright (C) 2000,2001,2002 by Peter J. Gawthrop ## Model targets | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 5781 5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 | # Makefile for representation ident # File ident_rep.make #Copyright (C) 2000,2001,2002 by Peter J. Gawthrop ## Model targets model_reps = ${MTT_SYS}_sympar.m ${MTT_SYS}_simpar.m ${MTT_SYS}_state.m model_reps += ${MTT_SYS}_numpar.m ${MTT_SYS}_input.m ${MTT_SYS}_ode2odes.m model_reps += ${MTT_SYS}_def.m ## Prepend s to get the sensitivity targets sensitivity_reps = ${model_reps:%=s%} ## Model prerequisites model_pre = ${MTT_SYS}_abg.fig ${MTT_SYS}_lbl.txt model_pre += ${MTT_SYS}_rdae.r ${MTT_SYS}_numpar.txt ## Prepend s to get the sensitivity targets sensitivity_pre = ${model_pre:%=s%} ## 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 ## Targets for the ident simulation ident_reps = ${ident_m} ${sims} ${model_reps} ${sensitivity_reps} ## ps output files etc psfiles = ${MTT_SYS}_ident.ps ${MTT_SYS}_ident.comparison.ps figfiles = ${psfiles:%.ps=%.fig} gdatfiles = ${psfiles:%.ps=%.gdat} datfiles = ${psfiles:%.ps=%.dat2} ## LaTeX files etc latexfiles = ${MTT_SYS}_ident_par.tex all: ${MTT_SYS}_ident.${MTT_LANG} echo: echo "sims: ${sims}" echo "model_reps: ${model_reps}" echo "sensitivity_reps: ${sensitivity_reps}" echo "ident_reps: ${ident_reps}" ${MTT_SYS}_ident.view: ${psfiles} ident_rep.sh ${MTT_SYS} view ${psfiles}: ${figfiles} ident_rep.sh ${MTT_SYS} ps ${figfiles}: ${gdatfiles} ident_rep.sh ${MTT_SYS} fig ${gdatfiles}: ${datfiles} ident_rep.sh ${MTT_SYS} gdat ${datfiles} ${latexfiles}: ${ident_reps} ident_rep.sh ${MTT_SYS} dat2 ${MTT_SYS}_ident.m: ident_rep.sh ${MTT_SYS} m ${MTT_SYS}_ident_numpar.m: ident_rep.sh ${MTT_SYS} numpar.m ## System model reps ## Generic txt files ${MTT_SYS}_%.txt: mtt ${MTT_OPTS} -q -stdin ${MTT_SYS} $* txt ## Specific m files ${MTT_SYS}_ode2odes.m: ${model_pre} mtt -q -stdin ${MTT_OPTS} ${MTT_SYS} ode2odes m ${MTT_SYS}_sim.m: ${MTT_SYS}_ode2odes.m mtt ${MTT_OPTS} -q -stdin ${MTT_SYS} sim m ## Numpar files ${MTT_SYS}_numpar.m: mtt ${MTT_SYS} numpar m ## Sympar files ${MTT_SYS}_sympar.m: mtt ${MTT_SYS} sympar m ## Generic txt to m ${MTT_SYS}_%.m: ${MTT_SYS}_%.txt mtt ${MTT_OPTS} -q -stdin ${MTT_SYS} $* m ## r files ${MTT_SYS}_def.r: ${MTT_SYS}_abg.fig mtt ${MTT_OPTS} -q -stdin ${MTT_SYS} def r ${MTT_SYS}_rdae.r: mtt ${MTT_OPTS} -q -stdin ${MTT_SYS} rdae r ## Sensitivity model reps ## Generic txt files s${MTT_SYS}_%.txt: mtt ${MTT_OPTS} -q -stdin -s s${MTT_SYS} $* txt ## Specific m files ## Numpar files s${MTT_SYS}_numpar.m: mtt -s s${MTT_SYS} numpar m ## Sympar files s${MTT_SYS}_sympar.m: mtt -s s${MTT_SYS} sympar m s${MTT_SYS}_ode2odes.m: ${sensitivity_pre} mtt -q -stdin ${MTT_OPTS} -s s${MTT_SYS} ode2odes m s${MTT_SYS}_ssim.m: mtt -q -stdin ${MTT_OPTS} -s s${MTT_SYS} ssim m s${MTT_SYS}_def.m: mtt -q -stdin ${MTT_OPTS} -s s${MTT_SYS} def m ## Generic txt to m s${MTT_SYS}_%.m: s${MTT_SYS}_%.txt mtt ${MTT_OPTS} -q -stdin s${MTT_SYS} $* m ## r files s${MTT_SYS}_rdae.r: mtt ${MTT_OPTS} -q -stdin -s s${MTT_SYS} rdae r @end verbatim @node Shell-script (DIY representations), Documentation (DIY representations), Makefile (DIY representations), New (DIY) representations @comment node-name, next, previous, up @subsection Shell-script @cindex New representations |
︙ | ︙ |