Skip to content
Snippets Groups Projects
Commit 2b94f438 authored by Paolo Mutti's avatar Paolo Mutti
Browse files

No commit message

No commit message
parent f0b1981a
No related branches found
No related tags found
No related merge requests found
......@@ -308,9 +308,7 @@ void DPPAcquisitionController::refreshLiveProcessTypeProperty(const std::string&
*/
void DPPAcquisitionController::resize() throw (CannotOpenFile, SlicesFileError, TooManySlices, SliceTooBig) {
cout << "resolution = " << nbBits() << endl;
int32 resolution = (int32) pow(2.0, nbBits());
cout << "resolution = " <<resolution<< endl;
m_Detector->setDataSize(resolution, 1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment