mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
fix: pass copy of map to DHT parsing
This commit is contained in:
parent
b040f6d8c4
commit
a69ee81325
@ -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