lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6106] Mark automatically generated input files as such


From: Greg Chicares
Subject: [lmi-commits] [6106] Mark automatically generated input files as such
Date: Sat, 31 Jan 2015 00:12:45 +0000

Revision: 6106
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6106
Author:   chicares
Date:     2015-01-31 00:12:44 +0000 (Sat, 31 Jan 2015)
Log Message:
-----------
Mark automatically generated input files as such

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

Modified: lmi/trunk/custom_io_1.cpp
===================================================================
--- lmi/trunk/custom_io_1.cpp   2015-01-27 00:19:19 UTC (rev 6105)
+++ lmi/trunk/custom_io_1.cpp   2015-01-31 00:12:44 UTC (rev 6106)
@@ -289,6 +289,7 @@
     // value, then write input in lmi's usual format.
     if("X" == AutoClose)
         {
+        z["Comments"] = "Automatically generated from custom input.";
         std::ofstream ofs("custom_io_1.ill", ios_out_trunc_binary());
         single_cell_document(z).write(ofs);
         }




reply via email to

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