mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
Fix cell copy functionality in constructor
This commit is contained in:
parent
cca7b95c82
commit
c8923288ce
@ -41,6 +41,7 @@ public:
|
|||||||
if (n_cells > 1) {
|
if (n_cells > 1) {
|
||||||
std::string copy_string =
|
std::string copy_string =
|
||||||
"COPY cell 1 2-" + std::to_string(n_cells) + "\n";
|
"COPY cell 1 2-" + std::to_string(n_cells) + "\n";
|
||||||
|
this->RunString(copy_string.c_str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user