Skip to content

bug fix in setReferenceSurface_impl

Marcin Wolter requested to merge wolter/athena:surfaceEncodeFix into main

MR fixing the bug in setReferenceSurface_impl. The surface was moved to m_surfaces m_surfaces[istate] = std::move(surface) before calling encodeSurface . The order of lines is changed.

Tagging: @pagessin @cvarni @ncalace @tbold @emoyse @goetz @adye

Edited by Marcin Wolter

Merge request reports