Skip to content

Commit abea8c8

Browse files
committed
Please consider the following formatting changes
1 parent 0452cc7 commit abea8c8

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

PWGCF/JCorran/Core/FlowJSPCAnalysis.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ void FlowJSPCAnalysis::correlation(int c_nPart, int c_nHarmo, int* harmo, double
332332
} break;
333333
case 8: {
334334
int harmonicsEightNum[8] = {harmo[0], harmo[1], harmo[2], harmo[3],
335-
harmo[4], harmo[5], harmo[6], harmo[7]};
335+
harmo[4], harmo[5], harmo[6], harmo[7]};
336336
int harmonicsEightDen[8] = {0, 0, 0, 0, 0, 0, 0, 0};
337337

338338
if (!fCorrelDenoms[7]) {
@@ -347,7 +347,7 @@ void FlowJSPCAnalysis::correlation(int c_nPart, int c_nHarmo, int* harmo, double
347347
} break;
348348
case 9: {
349349
int harmonicsNineNum[9] = {harmo[0], harmo[1], harmo[2], harmo[3], harmo[4],
350-
harmo[5], harmo[6], harmo[7], harmo[8]};
350+
harmo[5], harmo[6], harmo[7], harmo[8]};
351351
int harmonicsNineDen[9] = {0, 0, 0, 0, 0, 0, 0, 0, 0};
352352

353353
if (!fCorrelDenoms[8]) {
@@ -362,7 +362,7 @@ void FlowJSPCAnalysis::correlation(int c_nPart, int c_nHarmo, int* harmo, double
362362
} break;
363363
case 10: {
364364
int harmonicsTenNum[10] = {harmo[0], harmo[1], harmo[2], harmo[3], harmo[4],
365-
harmo[5], harmo[6], harmo[7], harmo[8], harmo[9]};
365+
harmo[5], harmo[6], harmo[7], harmo[8], harmo[9]};
366366
int harmonicsTenDen[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
367367

368368
if (!fCorrelDenoms[9]) {
@@ -377,7 +377,7 @@ void FlowJSPCAnalysis::correlation(int c_nPart, int c_nHarmo, int* harmo, double
377377
} break;
378378
case 12: {
379379
int harmonicsTwelveNum[12] = {harmo[0], harmo[1], harmo[2], harmo[3], harmo[4], harmo[5],
380-
harmo[6], harmo[7], harmo[8], harmo[9], harmo[10], harmo[11]};
380+
harmo[6], harmo[7], harmo[8], harmo[9], harmo[10], harmo[11]};
381381
int harmonicsTwelveDen[12] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
382382

383383
if (!fCorrelDenoms[11]) {
@@ -392,7 +392,7 @@ void FlowJSPCAnalysis::correlation(int c_nPart, int c_nHarmo, int* harmo, double
392392
} break;
393393
case 14: {
394394
int harmonicsFourteenNum[14] = {harmo[0], harmo[1], harmo[2], harmo[3], harmo[4], harmo[5], harmo[6],
395-
harmo[7], harmo[8], harmo[9], harmo[10], harmo[11], harmo[12], harmo[13]};
395+
harmo[7], harmo[8], harmo[9], harmo[10], harmo[11], harmo[12], harmo[13]};
396396
int harmonicsFourteenDen[14] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
397397

398398
if (!fCorrelDenoms[13]) {

PWGCF/JCorran/Core/FlowJSPCAnalysis.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
#include "PWGCF/JCorran/Core/JQVectors.h"
2727
#include "CommonConstants/MathConstants.h"
2828

29-
3029
class FlowJSPCAnalysis
3130
{
3231
public:

0 commit comments

Comments
 (0)