|
|
|
@ -3,7 +3,10 @@ |
|
|
|
<!-- |
|
|
|
$Id$ |
|
|
|
$Log$ |
|
|
|
Revision 1.4 2006-02-21 08:05:18 dwarning |
|
|
|
Revision 1.5 2006-03-02 08:51:08 r29173 |
|
|
|
added macro _scale (scaling factor) - always set to 1.0 |
|
|
|
|
|
|
|
Revision 1.4 2006/02/21 08:05:18 dwarning |
|
|
|
Introduction of alias names for modules to prevent cryptic naming. |
|
|
|
|
|
|
|
Revision 1.3 2006/02/09 11:25:24 pnenzi |
|
|
|
@ -116,6 +119,7 @@ if(isinf(var)) \\ |
|
|
|
exit(1); /*__asm__ __volatile__ ("int \$03");*/ \\ |
|
|
|
} |
|
|
|
|
|
|
|
#define _scale 1.0 |
|
|
|
#define _circuit_temp ckt->CKTtemp |
|
|
|
#define _cos(val,arg) val = cos(arg); |
|
|
|
#define _d_cos(val,dval,arg) val = cos(arg); dval = (-sin(arg)); |
|
|
|
|