Overview
Comment: | Upped number of mtt_tnn |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
79445044e4e26b2bf7f6a4c1b429dccd |
User & Date: | gawthrop@users.sourceforge.net on 1999-11-29 06:49:26 |
Other Links: | branch diff | manifest | tags |
Context
1999-11-30
| ||
23:26:21 | Initial revision check-in: b45036b3bd user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1999-11-29
| ||
06:49:26 | Upped number of mtt_tnn check-in: 79445044e4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1999-11-24
| ||
22:17:26 | Updated to correspond to Reza's beam check-in: 75546e33a9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_m2p from [20c229ac1d] to [6090ec16a3].
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.34 1999/10/28 05:08:48 peterg ## Added elseif ## ## Revision 1.33 1999/09/17 04:25:01 peterg ## END --> END; in translation ## ## Revision 1.32 1999/08/29 06:54:42 peterg | > > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.35 1999/11/15 22:47:17 peterg ## Generates method-specific code for the ode2odeso rep. ## ## Revision 1.34 1999/10/28 05:08:48 peterg ## Added elseif ## ## Revision 1.33 1999/09/17 04:25:01 peterg ## END --> END; in translation ## ## Revision 1.32 1999/08/29 06:54:42 peterg |
︙ | ︙ | |||
280 281 282 283 284 285 286 | if (kk==width){printf("\n"); kk=0} } } BEGIN{ comment_regexp = "{" doing_header = 0 doing_globals = 0 | | | 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 | if (kk==width){printf("\n"); kk=0} } } BEGIN{ comment_regexp = "{" doing_header = 0 doing_globals = 0 Nt = 99 inc ="$I" } { if ($1=="global") doing_globals = 1 else{ if (doing_globals==1){ |
︙ | ︙ |