We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3253c commit 85436eaCopy full SHA for 85436ea
1 file changed
Common/include/option_structure.inl
@@ -1698,9 +1698,9 @@ class COptionActDisk : public COptionBase {
1698
1699
~COptionActDisk() override {
1700
for (int i = 0; i < this->inlet_size; i++) {
1701
- if(this->press_jump) delete[] this->press_jump[i];
1702
- if(this->temp_jump) delete[] this->temp_jump[i];
1703
- if(this->omega) delete[] this->omega[i];
+ if (this->press_jump) delete[] this->press_jump[i];
+ if (this->temp_jump) delete[] this->temp_jump[i];
+ if (this->omega) delete[] this->omega[i];
1704
}
1705
delete[] press_jump;
1706
delete[] temp_jump;
0 commit comments