Overview
| Comment: | Removed unnecessary inclusion of load-save.h. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
7b436c411babe27d247027a072a28990 |
| User & Date: | geraint@users.sourceforge.net on 2002-05-01 12:24:41.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2002-05-01
| ||
| 12:54:55 |
Now recognises keywords terminated with ; as well as ws. Now recognises # as a comment when not terminated by ws. i.e. CarnotCycle_input.txt now gets translated correctly! check-in: bb5d4af11f user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 12:24:41 | Removed unnecessary inclusion of load-save.h. check-in: 7b436c411b user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 12:21:29 |
No longer uses save_ascii_data_for_plotting function to write data - eliminates dependence on liboctinterp (and libncurses) for .cc. check-in: 05ce7e2a31 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/make_ode2odes
from [7870987d9c]
to [aa15487e6e].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | + + + + |
#! /bin/sh
######################################
##### Model Transformation Tools #####
######################################
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.72 2002/05/01 12:21:29 geraint
## No longer uses save_ascii_data_for_plotting function to write data
## - eliminates dependence on liboctinterp (and libncurses) for .cc.
##
## Revision 1.71 2002/04/30 23:27:00 geraint
## Replaced octave_map with columnvector in simpar.cc. Not quite as descriptive but
## standardises the interfaces somewhat and reduces the dependency on liboctinterp
## (and thus libreadline, libkpathsea, libncurses, etc).
##
## Revision 1.70 2002/04/28 18:41:27 geraint
## Fixed [ 549658 ] awk should be gawk.
|
| ︙ | |||
420 421 422 423 424 425 426 | 424 425 426 427 428 429 430 431 432 433 434 435 436 437 | - | vector_value=column_vector_value feval_header=parse.h ;; esac cat <<EOF > $filename #include <octave/oct.h> |
| ︙ |