|
@@ -1357,7 +1357,7 @@ namespace OTSModelSharp
|
|
|
double dPixelSize = curFld.GetPixelSize();
|
|
|
|
|
|
|
|
|
- measuredArea = a_pBSEImg.GetHeight() * a_pBSEImg.GetWidth() * dPixelSize * dPixelSize + 0.5; //Get measured area
|
|
|
+ measuredArea = a_pBSEImg.GetHeight() * a_pBSEImg.GetWidth() * dPixelSize * dPixelSize; //Get measured area
|
|
|
|
|
|
CumulateFieldData(curFld.GetListAnalysisParticles(), measuredArea);
|
|
|
|