Browse Source

add a new vector type "temperature"

pre-master-46
Holger Vogt 8 years ago
parent
commit
d311fb10cf
  1. 1
      src/frontend/typesdef.c

1
src/frontend/typesdef.c

@ -55,6 +55,7 @@ static struct type types[NUMTYPES] = {
{ "decibel", "dB" } , /* Added by A.Roldan */
{ "capacitance", "F" } ,
{ "charge", "C" } ,
{ "temperature", "Celsius" } ,
};
/* The stuff for plot names. */

Loading…
Cancel
Save