added macro _scale (scaling factor) - always set to 1.0

This commit is contained in:
r29173 2006-03-02 08:51:08 +00:00
parent 38e68869a2
commit f0df77fa0e
1 changed files with 5 additions and 1 deletions

View File

@ -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__ (&quot;int \$03&quot;);*/ \\
}
#define _scale 1.0
#define _circuit_temp ckt-&gt;CKTtemp
#define _cos(val,arg) val = cos(arg);
#define _d_cos(val,dval,arg) val = cos(arg); dval = (-sin(arg));