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

Allow user to configure ShmDims via environment variables

This commit is contained in:
Christoph Lehner
2021-02-04 14:25:55 +01:00
parent 019ffe17d4
commit 4705aa541d
3 changed files with 20 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ void GridCmdOptionCSL(std::string str,std::vector<std::string> & vec)
}
template<class VectorInt>
void GridCmdOptionIntVector(std::string &str,VectorInt & vec)
void GridCmdOptionIntVector(const std::string &str,VectorInt & vec)
{
vec.resize(0);
std::stringstream ss(str);