[sdpb] 155/233: Removed a couple useless lines

Tobias Hansen thansen at moszumanska.debian.org
Thu Mar 9 04:06:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository sdpb.

commit 5b981e3364cf8abfdc18830be482e4c21a6ecf59
Author: David Simmons-Duffin <dsd at minerva.sns.ias.edu>
Date:   Mon Feb 16 11:45:42 2015 -0500

    Removed a couple useless lines
---
 mathematica/Bootstrap2dExample.m | 1 -
 src/SDPSolverIO.cpp              | 1 -
 2 files changed, 2 deletions(-)

diff --git a/mathematica/Bootstrap2dExample.m b/mathematica/Bootstrap2dExample.m
index 15681f6..7673f65 100644
--- a/mathematica/Bootstrap2dExample.m
+++ b/mathematica/Bootstrap2dExample.m
@@ -31,7 +31,6 @@ chiralBlockTable[derivativeOrder_, keptPoleOrder_] :=
     (chiralBlockTable[derivativeOrder, keptPoleOrder] =
      Module[
          {
-             approx,
              numerator,
              prefactor,
              poles,
diff --git a/src/SDPSolverIO.cpp b/src/SDPSolverIO.cpp
index 18d125b..45dbe12 100644
--- a/src/SDPSolverIO.cpp
+++ b/src/SDPSolverIO.cpp
@@ -89,7 +89,6 @@ void SDPSolver::printIteration(int iteration,
                                Real primalStepLength,
                                Real dualStepLength,
                                Real betaCorrector) {
-  Real time = Real(timers["Solver runtime"].elapsed().wall)/1000000000;
   time_duration td(microseconds(timers["Solver runtime"].elapsed().wall)/1000);
   std::stringstream ss;
   ss << td;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sdpb.git



More information about the debian-science-commits mailing list