From 0bfee6575b04a9ba3fa6f61888d9331aa66c43a7 Mon Sep 17 00:00:00 2001 From: Krzysztof Blaszkowski Date: Sun, 27 Dec 2015 12:58:05 +0100 Subject: [PATCH] ngspice/dvec.h, struct member `v_rlength', improve comment --- src/include/ngspice/dvec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/ngspice/dvec.h b/src/include/ngspice/dvec.h index 3f987f73c..291193922 100644 --- a/src/include/ngspice/dvec.h +++ b/src/include/ngspice/dvec.h @@ -45,7 +45,7 @@ struct dvec { GRIDTYPE v_gridtype; /* One of GRID_*. */ PLOTTYPE v_plottype; /* One of PLOT_*. */ int v_length; /* Length of the vector. */ - int v_rlength; /* How much space we really have. */ + int v_rlength; /* How much space we really have. Used as binary flag */ int v_outindex; /* Index if writedata is building the vector. */ int v_linestyle; /* What line style we are using. */