From 2e3e4ff2e33e5c21b0abd9bbb8c731da75047344 Mon Sep 17 00:00:00 2001 From: Bill Lorensen <bill.lorensen@gmail.com> Date: Mon, 9 Oct 2017 18:45:52 -0700 Subject: [PATCH] ENH: New baseline and repair warnings Former-commit-id: 50718236bb8c2007bf163c66d913afe60ddf9927 --- src/Cxx/Visualization/Lorenz.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Cxx/Visualization/Lorenz.cxx b/src/Cxx/Visualization/Lorenz.cxx index ca78c2d0327..42f6c223623 100644 --- a/src/Cxx/Visualization/Lorenz.cxx +++ b/src/Cxx/Visualization/Lorenz.cxx @@ -32,9 +32,7 @@ int main( int, char *[] ) double zmin = -10.0; double zmax = 60.0; - int randomMode = 1; double xIncr, yIncr, zIncr; - short *slice; int i, j; double xx, yy, zz; -- GitLab