From db0e2a98c6ad8f27a9f83fa7f99ace878f890fdf Mon Sep 17 00:00:00 2001 From: rlar Date: Thu, 13 Feb 2014 20:51:14 +0100 Subject: [PATCH] copy header and copyright from ngspiceMODULE.c.xml to ngspiceMODULEanalogfunction.c.xml --- .../admst/ngspiceMODULEanalogfunction.c.xml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULEanalogfunction.c.xml b/src/spicelib/devices/adms/admst/ngspiceMODULEanalogfunction.c.xml index 369b32983..8fde1246a 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULEanalogfunction.c.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULEanalogfunction.c.xml @@ -1,3 +1,28 @@ + + + + + + + inline double _cos(double arg) { return cos(arg); } inline double _d0_cos(double arg) { return (-sin(arg)); }