This commit is contained in:
h_vogt 2009-05-21 15:18:13 +00:00
parent 13acf2cef1
commit 1ac8c1ce07
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#ifndef _SIM_H #ifndef _SIM_H
#define _SIM_H #define _SIM_H
enum simulation_types { enum simulation_types {
@ -16,9 +16,9 @@ enum simulation_types {
SV_SPARAM, SV_SPARAM,
SV_TEMP, SV_TEMP,
SV_RES, SV_RES,
SV_IMPEDANCE, //Añadido por A.Roldán SV_IMPEDANCE,
SV_ADMITTANCE, //Añadido por A.Roldán SV_ADMITTANCE,
SV_POWER //Añadido por A.Roldán SV_POWER
}; };
#endif #endif