aboutsummaryrefslogtreecommitdiff
path: root/src/rdf.cc
diff options
context:
space:
mode:
authortradke <tradke@83718e91-0e4f-0410-abf4-91180603181f>2006-05-17 15:30:39 +0000
committertradke <tradke@83718e91-0e4f-0410-abf4-91180603181f>2006-05-17 15:30:39 +0000
commit1af7add04025113ff45d6e1306df56987726c7f0 (patch)
tree47d37e7710a4e38638b269b96d3052e0756f0dff /src/rdf.cc
parent9263c5dab827c6ea9869ee57deb77220cbab7521 (diff)
Properly close the "form:Simulation" tag in an RDF message.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@80 83718e91-0e4f-0410-abf4-91180603181f
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);
}