From 539d6984923478e425eb7fe08a4ce48c3f2888e3 Mon Sep 17 00:00:00 2001 From: paboyle Date: Mon, 21 Dec 2015 15:26:42 +0000 Subject: [PATCH] Prototypes for CML routines --- lib/Init.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Init.h b/lib/Init.h index aa0b74cc..4ab31303 100644 --- a/lib/Init.h +++ b/lib/Init.h @@ -21,6 +21,8 @@ namespace Grid { std::string GridCmdOptionPayload(char ** begin, char ** end, const std::string & option); bool GridCmdOptionExists(char** begin, char** end, const std::string& option); std::string GridCmdVectorIntToString(const std::vector & vec); + void GridCmdOptionCSL(std::string str,std::vector & vec); + void GridCmdOptionIntVector(std::string &str,std::vector & vec); void GridParseLayout(char **argv,int argc, std::vector &latt,