lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6230] Refactor


From: Greg Chicares
Subject: [lmi-commits] [6230] Refactor
Date: Mon, 03 Aug 2015 23:43:49 +0000

Revision: 6230
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6230
Author:   chicares
Date:     2015-08-03 23:43:48 +0000 (Mon, 03 Aug 2015)
Log Message:
-----------
Refactor

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

Modified: lmi/trunk/illustrator.cpp
===================================================================
--- lmi/trunk/illustrator.cpp   2015-08-03 17:04:49 UTC (rev 6229)
+++ lmi/trunk/illustrator.cpp   2015-08-03 23:43:48 UTC (rev 6230)
@@ -112,12 +112,8 @@
         principal_ledger_ = z.ledger();
         seconds_for_calculations_ = timer.stop().elapsed_seconds();
         mcenum_emission x = emit_pdf_too ? mce_emit_pdf_file : 
mce_emit_nothing;
-        seconds_for_output_ = emit_ledger
-            (file_path
-            ,file_path
-            ,*z.ledger()
-            ,static_cast<mcenum_emission>(x | emission_)
-            );
+        mcenum_emission y = static_cast<mcenum_emission>(x | emission_);
+        seconds_for_output_ = emit_ledger(file_path, file_path, *z.ledger(), 
y);
         conditionally_show_timings_on_stdout();
         return true;
         }




reply via email to

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