Skip to content

Commit 8772194

Browse files
committed
a couple more COptions
1 parent 6dfceaa commit 8772194

3 files changed

Lines changed: 252 additions & 388 deletions

File tree

Common/include/CConfig.hpp

Lines changed: 0 additions & 4 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. */

0 commit comments

Comments
 (0)