Re: [ng-spice] New kernel: first implementation
On Sat, 30 Oct 1999, Arno wrote:
> Comments, please.
1] I have seen the code and:
In si_units.c: The "volt" unit has the following dimensions:
kg*m^2*s^-3*A^-1
Spice heavly deals with currents and voltages, why not extend the SI
including volts ?
i.e.:
enum si_units {SECOND, METER, KILOGRAM, AMPERE, VOLT};
2] Why not make a typedef for enum data_t ? It will make the code more
readable.
Nothing to say for the rest of the code.
Paolo
Partial thread listing: