aboutsummaryrefslogtreecommitdiff
path: root/src/rdf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rdf.cc')
-rw-r--r--src/rdf.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rdf.cc b/src/rdf.cc
index 028f54b..723f946 100644
--- a/src/rdf.cc
+++ b/src/rdf.cc
@@ -82,7 +82,7 @@ namespace Formaline
// Write the data
msgbuf
-<< "</form:Simulation" << endl;
+<< "</form:Simulation>" << endl;
string const msgstr = msgbuf.str();
ostringstream databuf;
@@ -297,7 +297,7 @@ namespace Formaline
}
}
- remove (datafilename);
+// remove (datafilename);
remove (scriptfilename);
}