From aa4f190f429263193fa14ba5d20b70b4df948141 Mon Sep 17 00:00:00 2001 From: rlar Date: Thu, 25 May 2017 19:45:51 +0200 Subject: [PATCH] fix usage of template function:getname this template exists in two variants, one in ngspiceVersion.xml, which returns the value on the stack one in ngspiceMODuLE.hxx.xml, which returns the value as a 'returned' path This particular place got the two mixed up --- src/spicelib/devices/adms/admst/ngspiceMODULE.hxx.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULE.hxx.xml b/src/spicelib/devices/adms/admst/ngspiceMODULE.hxx.xml index 08be1921f..08fbc1a16 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULE.hxx.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULE.hxx.xml @@ -2516,8 +2516,10 @@ inline double _d1_pow(double x,double y) { return (x==0.0)?0.0:((log(x)/exp(0. - - + + + +