add a new vector type "temperature"
This commit is contained in:
parent
5b18732af2
commit
d311fb10cf
|
|
@ -55,6 +55,7 @@ static struct type types[NUMTYPES] = {
|
||||||
{ "decibel", "dB" } , /* Added by A.Roldan */
|
{ "decibel", "dB" } , /* Added by A.Roldan */
|
||||||
{ "capacitance", "F" } ,
|
{ "capacitance", "F" } ,
|
||||||
{ "charge", "C" } ,
|
{ "charge", "C" } ,
|
||||||
|
{ "temperature", "Celsius" } ,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* The stuff for plot names. */
|
/* The stuff for plot names. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue