Overview
Comment: | Made file C compliant. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
27de151df7b13b2b65e022573d789f7c |
User & Date: | geraint@users.sourceforge.net on 2002-05-29 18:40:43 |
Other Links: | branch diff | manifest | tags |
Context
2002-06-05
| ||
10:54:12 | #include "useful-functions.hh" added to files. check-in: e168fd1202 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2002-05-29
| ||
18:40:43 | Made file C compliant. check-in: 27de151df7 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2002-05-28
| ||
22:52:48 | Starting to move rep into single file. check-in: 5cb35287c8 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/cc/include/useful-functions.hh from [3f974211f8] to [381e0e03ee].
| 1 2 3 4 5 6 7 8 9 10 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 43 44 45 46 47 48 | - + + + + + + - + - - + - + - + - + - + |
|
︙ | |||
73 74 75 76 77 78 79 | 77 78 79 80 81 82 83 84 85 86 87 88 | - + - + | static Matrix zeros (const int r, const int c) { Matrix m (r, c, 0.0); return m; } |