Overview
| Comment: | Added endfunction |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
818a722009fb47912c0c619776e37383 |
| User & Date: | gawthrop@users.sourceforge.net on 2003-03-24 12:34:55.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2003-03-24
| ||
| 14:37:55 | *** empty log message *** check-in: 0a9b764c33 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 12:34:55 | Added endfunction check-in: 818a722009 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 12:31:19 | Documentation check-in: ecc9598817 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/m/varname.m
from [57c15f2276]
to [936a174266].
| ︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
# ###############################################################
# ## Version control history
# ###############################################################
# ## $Id$
# ## $Log$
# ## Revision 1.3 2003/03/13 14:22:34 gawthrop
# ## No negative bond numbers
# ##
# ## Revision 1.2 2000/12/27 16:06:15 peterg
# ## *** empty log message ***
# ##
# ## Revision 1.1 1996/08/27 08:08:44 peterg
# ## Initial revision
# ##
# ###############################################################
# # bond_name = [name,'_bond'];
# # name =sprintf('%s%1.0f_%s', bond_name, index, cause2name(causality));
# # bond_name = [name,'('];
# # name =sprintf('%s(%1.0f,%1.0f)', name, abs(index), cause2num(causality));
| > > > > | > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
# ###############################################################
# ## Version control history
# ###############################################################
# ## $Id$
# ## $Log$
# ## Revision 1.4 2003/03/24 09:09:52 gawthrop
# ## Reformated to octave standard
# ## Now writes variables in non-matrix form
# ##
# ## Revision 1.3 2003/03/13 14:22:34 gawthrop
# ## No negative bond numbers
# ##
# ## Revision 1.2 2000/12/27 16:06:15 peterg
# ## *** empty log message ***
# ##
# ## Revision 1.1 1996/08/27 08:08:44 peterg
# ## Initial revision
# ##
# ###############################################################
# # bond_name = [name,'_bond'];
# # name =sprintf('%s%1.0f_%s', bond_name, index, cause2name(causality));
# # bond_name = [name,'('];
# # name =sprintf('%s(%1.0f,%1.0f)', name, abs(index), cause2num(causality));
name =sprintf('%s_%i_%s', name, abs(index), cause2name(causality));
endfunction
|