Change read CEMeasured from Eq9 scan data.
This commit is contained in:
@@ -25,7 +25,7 @@ using namespace Aurora;
|
||||
Matrix Recon::getAvailableMotorPositions(Parser* aParser)
|
||||
{
|
||||
std::vector<double> mpData;
|
||||
if(aParser->getShotList()->hasCEMeasured())
|
||||
if(aParser->hasCEMeasured())
|
||||
{
|
||||
mpData.push_back(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user