mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 20:38:23 +01:00
fix: pass copy of map to DHT parsing
This commit is contained in:
parent
52d8b164e6
commit
88662d6b2e
@ -472,7 +472,7 @@ void poet::ChemistryModule::initializeInterp(
|
||||
}
|
||||
|
||||
auto key_indices =
|
||||
parseDHTSpeciesVec(key_species, dht->getKeySpecies().getNames());
|
||||
parseDHTSpeciesVec(map_copy, dht->getKeySpecies().getNames());
|
||||
|
||||
if (this->interp) {
|
||||
this->interp.reset();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user