From d311fb10cf9229dbd91c54d0abfeaa13636c17c3 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 4 Mar 2018 14:15:22 +0100 Subject: [PATCH] add a new vector type "temperature" --- src/frontend/typesdef.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/typesdef.c b/src/frontend/typesdef.c index 71584e719..95ee5b453 100644 --- a/src/frontend/typesdef.c +++ b/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. */