lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5814] Refactor


From: Greg Chicares
Subject: [lmi-commits] [5814] Refactor
Date: Thu, 31 Oct 2013 12:56:35 +0000

Revision: 5814
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5814
Author:   chicares
Date:     2013-10-31 12:56:34 +0000 (Thu, 31 Oct 2013)
Log Message:
-----------
Refactor

Modified Paths:
--------------
    lmi/trunk/group_values.cpp

Modified: lmi/trunk/group_values.cpp
===================================================================
--- lmi/trunk/group_values.cpp  2013-10-31 12:43:45 UTC (rev 5813)
+++ lmi/trunk/group_values.cpp  2013-10-31 12:56:34 UTC (rev 5814)
@@ -640,9 +640,7 @@
 
     result.seconds_for_output_ += pre_emit_ledger(file, emission);
 
-    {
-    int j = 0;
-    for(i = cell_values.begin(); i != cell_values.end(); ++i, ++j)
+    for(j = 0, i = cell_values.begin(); i != cell_values.end(); ++i, ++j)
         {
         std::string const name(cells[j]["InsuredName"].str());
         result.seconds_for_output_ += emit_ledger
@@ -653,7 +651,6 @@
             );
         dawdle(emission);
         }
-    }
 
     result.seconds_for_output_ += emit_ledger
         (serial_file_path(file, "composite", -1, "hastur")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]