From 067bf70b005343e0c4e526778ed5adbb6a684200 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 7 Sep 2012 16:03:23 +0000 Subject: [PATCH] pp --- Common/onelab.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/onelab.h b/Common/onelab.h index a2ff906fa9..097e4ea3c2 100644 --- a/Common/onelab.h +++ b/Common/onelab.h @@ -704,7 +704,7 @@ namespace onelab{ (*it)->setChanged(changed); return true; } - // serialize the parameter space (optinally only serialize those parameters + // serialize the parameter space (optionally only serialize those parameters // that depend on the given client) std::vector<std::string> toChar(const std::string &client="") const { @@ -717,7 +717,7 @@ namespace onelab{ return s; } // unserialize the parameter space - bool fromChar(const std::vector<std::string> &msg, const std::string &client) + bool fromChar(const std::vector<std::string> &msg, const std::string &client="") { for(unsigned int i = 0; i < msg.size(); i++){ std::string version, type, name; -- GitLab