mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Prototypes for CML routines
This commit is contained in:
		@@ -21,6 +21,8 @@ namespace Grid {
 | 
				
			|||||||
  std::string GridCmdOptionPayload(char ** begin, char ** end, const std::string & option);
 | 
					  std::string GridCmdOptionPayload(char ** begin, char ** end, const std::string & option);
 | 
				
			||||||
  bool        GridCmdOptionExists(char** begin, char** end, const std::string& option);
 | 
					  bool        GridCmdOptionExists(char** begin, char** end, const std::string& option);
 | 
				
			||||||
  std::string GridCmdVectorIntToString(const std::vector<int> & vec);
 | 
					  std::string GridCmdVectorIntToString(const std::vector<int> & vec);
 | 
				
			||||||
 | 
					  void GridCmdOptionCSL(std::string str,std::vector<std::string> & vec);
 | 
				
			||||||
 | 
					  void GridCmdOptionIntVector(std::string &str,std::vector<int> & vec);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  void GridParseLayout(char **argv,int argc,
 | 
					  void GridParseLayout(char **argv,int argc,
 | 
				
			||||||
		       std::vector<int> &latt,
 | 
							       std::vector<int> &latt,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user