CARTAvis / carta-archived

CARTA stands for Cube Analysis and Rendering Tool for Astronomy, a new visualization tool designed for the ALMA, the JVLA and the SKA.
https://cartavis.github.io/
GNU General Public License v3.0
2 stars 0 forks source link

Fix a minor merging bug from PR226 #252

Closed markccchiang closed 6 years ago

markccchiang commented 6 years ago

Fix a minor merging bug from #226.

Mopdify the file carta/cpp/core/Data/Image/LayerGroup.cpp line 245:

Carta::Lib::AxisInfo::KnownType LayerGroup::_getAxisType( int /*index*/ ) const {

to

Carta::Lib::AxisInfo::KnownType LayerGroup::_getAxisType( int index ) const {