Browse Source

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

pre-master-46
r29173 20 years ago
parent
commit
f0df77fa0e
  1. 6
      src/spicelib/devices/adms/admst/ngspiceMODULEdefs.h.xml

6
src/spicelib/devices/adms/admst/ngspiceMODULEdefs.h.xml

@ -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));

Loading…
Cancel
Save