From c2733308c59d5c07d84e8589bb0cc11edd46e6e2 Mon Sep 17 00:00:00 2001 From: rlar Date: Tue, 9 Aug 2011 08:35:59 +0000 Subject: [PATCH] a series of four cleanup patches --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index e9c33f006..dab00e383 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-08-09 Robert Larice + * src/spicelib/analysis/dcpss.c : + a series of four cleanup patches + remove unsed variable `cont_1' + reduce scope of variable `tv_01', and use `MAX' + reduce scope of variables `fproj' and `err' + reduce scope of variable `temp' + 2011-08-09 Robert Larice * src/main.c * src/frontend/plotting/graf.c