| version 1.14 | version 1.15 |
|---|
| |
| std::vector<int> residues; | std::vector<int> residues; |
| { | { |
| std::string residues_conf = ""; | std::string residues_conf = ""; |
| key_lookup(conf, "residueRange", residues_conf); | key_lookup(conf, "residueRange", &residues_conf); |
| if (residues_conf.size()) { | if (residues_conf.size()) { |
| std::istringstream is(residues_conf); | std::istringstream is(residues_conf); |
| int initial, final; | int initial, final; |
| |
| std::vector<int> residues; | std::vector<int> residues; |
| { | { |
| std::string residues_conf = ""; | std::string residues_conf = ""; |
| key_lookup(conf, "residueRange", residues_conf); | key_lookup(conf, "residueRange", &residues_conf); |
| if (residues_conf.size()) { | if (residues_conf.size()) { |
| std::istringstream is(residues_conf); | std::istringstream is(residues_conf); |
| int initial, final; | int initial, final; |