mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-22 20:38:01 -05:00
Fixed bug in Aly-Lee extend function (skipped new elements)
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -862,6 +862,7 @@ public:
|
||||
this->theta.insert(this->theta.end(), theta.begin(), theta.end());
|
||||
this->c.insert(this->c.end(), c.begin(), c.end());
|
||||
this->d.insert(this->d.end(), d.begin(), d.end());
|
||||
N += n.size();
|
||||
}
|
||||
|
||||
bool is_enabled(){return enabled;};
|
||||
|
||||
Reference in New Issue
Block a user