Differences From Artifact [a35639147a]:
- Executable file
mttroot/mtt/lib/cr/hh/lin.hh
— part of check-in
[2bd0f6b2ed]
at
2004-08-09 17:50:56
on branch origin/master
— Updated to reflect new CR format: component type is passed as the first argument.
Prepended std:: to iostream classes to satisfy g++. (user: geraint@users.sourceforge.net, size: 2819) [annotate] [blame] [check-ins using] [more...]
To Artifact [1652f288ca]:
- Executable file mtt/lib/cr/hh/lin.hh — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 2843) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/lib/cr/hh/lin.hh — part of check-in [ef84c3718b] at 2004-08-29 17:28:42 on branch origin/master — include causality.hh to define effort, flow and state. (user: geraint@users.sourceforge.net, size: 2843) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 | #ifndef LIN_HH #define LIN_HH #include <iostream> #include "components.hh" // translated from lin.cr // one 2-port, R/C/I; two 2-port, TF/GY inline double lin(const component_t type, // parameters | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 | #ifndef LIN_HH #define LIN_HH #include <iostream> #include "causality.hh" #include "components.hh" // translated from lin.cr // one 2-port, R/C/I; two 2-port, TF/GY inline double lin(const component_t type, // parameters |
︙ | ︙ |