Skip to content
Snippets Groups Projects
Commit bc1b2c9b authored by adrien-matta's avatar adrien-matta
Browse files

* Fixing compilation error in Maya

parent 183043ff
No related branches found
No related tags found
No related merge requests found
...@@ -343,7 +343,7 @@ template<typename T> int ConfigReader::Read(string token, std::vector<std::vecto ...@@ -343,7 +343,7 @@ template<typename T> int ConfigReader::Read(string token, std::vector<std::vecto
return npar ; return npar ;
} }
template<typename T> int ConfigReader::Read(string token, std::vector<T> &v1, int dimension = 1){ template<typename T> int ConfigReader::Read(string token, std::vector<T> &v1, int dimension){
if((dimension<1) || (token.size()==0) ) return 0 ; if((dimension<1) || (token.size()==0) ) return 0 ;
if(!files_already_read) { if(!files_already_read) {
if (FindAllToken() == -1) { if (FindAllToken() == -1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment