1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-06-28 14:33:29 +01:00

Hadrons: function to save an application as an XML file

This commit is contained in:
2016-12-14 18:01:56 +00:00
parent 3af663e17b
commit 34df71e755
5 changed files with 55 additions and 7 deletions
+5
View File
@@ -190,6 +190,11 @@ void Environment::pushModule(Environment::ModPt &pt)
}
}
unsigned int Environment::getNModule(void) const
{
return module_.size();
}
void Environment::createModule(const std::string name, const std::string type,
XmlReader &reader)
{