Bugfix for a call to LoadUnsteady_Solution in CDiscAdjFluidIteration::Preprocess by MaxSagebaum · Pull Request #1638 · su2code/SU2

@MaxSagebaum

The parameters in iInst and iZone are swapped which gives a segmentation fault for adjoint HB computations.

@MaxSagebaum

…:Preprocess.

The arguments of iZone and iInst were swapped.

pcarruscag

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Max, seems that we have that mistake also in lines 150 and 152, can you update them please?

@MaxSagebaum

@MaxSagebaum

Sure, actually I looked at other places but have missed these.

TobiKattmann

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this fix Max 💐

WallyMaier