Skip to content

Commit 3f3cb55

Browse files
authored
Merge pull request #1579 from su2code/fix_resource_not_released_in_dtor
Fix some "resource not released in destructor" warnings
2 parents cd4ecca + 2082383 commit 3f3cb55

3 files changed

Lines changed: 391 additions & 698 deletions

File tree

Common/include/CConfig.hpp

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -387,10 +387,6 @@ class CConfig {
387387
su2double **Periodic_RotCenter; /*!< \brief Rotational center for each periodic boundary. */
388388
su2double **Periodic_RotAngles; /*!< \brief Rotation angles for each periodic boundary. */
389389
su2double **Periodic_Translation; /*!< \brief Translation vector for each periodic boundary. */
390-
unsigned short nPeriodic_Index; /*!< \brief Number of SEND_RECEIVE periodic transformations. */
391-
su2double **Periodic_Center; /*!< \brief Rotational center for each SEND_RECEIVE boundary. */
392-
su2double **Periodic_Rotation; /*!< \brief Rotation angles for each SEND_RECEIVE boundary. */
393-
su2double **Periodic_Translate; /*!< \brief Translation vector for each SEND_RECEIVE boundary. */
394390
string *Marker_CfgFile_TagBound; /*!< \brief Global index for markers using config file. */
395391
unsigned short *Marker_All_KindBC, /*!< \brief Global index for boundaries using grid information. */
396392
*Marker_CfgFile_KindBC; /*!< \brief Global index for boundaries using config file. */
@@ -6602,13 +6598,6 @@ class CConfig {
66026598
*/
66036599
const su2double* GetInlet_Velocity(string val_index) const;
66046600

6605-
/*!
6606-
* \brief Get the mass fraction vector at a supersonic inlet boundary.
6607-
* \param[in] val_index - Index corresponding to the inlet boundary.
6608-
* \return The inlet mass fraction vector - NEMO only.
6609-
*/
6610-
const su2double* GetInlet_MassFrac(string val_index) const;
6611-
66126601
/*!
66136602
* \brief Get the total pressure at an inlet boundary.
66146603
* \param[in] val_index - Index corresponding to the inlet boundary.
@@ -8137,11 +8126,6 @@ class CConfig {
81378126
*/
81388127
void SetConfig_Options();
81398128

8140-
/*!
8141-
* \brief Set the config options.
8142-
*/
8143-
void SetRunTime_Options(void);
8144-
81458129
/*!
81468130
* \brief Set the config file parsing.
81478131
*/

0 commit comments

Comments
 (0)