Debugging tests/BlobAnalyzeParallel.cpp

This commit is contained in:
James E McClure
2015-06-02 21:44:58 -04:00
parent 4ecd9f2dc2
commit b48ec79841
2 changed files with 2 additions and 1 deletions

View File

@@ -334,7 +334,7 @@ int main(int argc, char **argv)
// printf("Reduced blob %i \n",b);
fprintf(BLOBLOG,"%.5g %.5g %.5g\n",Averages.vol_w_global,Averages.paw_global,Averages.aws_global);
for (int b=0; b<(int)Averages.BlobAverages.size(1); b++){
for (int b=0; b<dimy; b++){
if (Averages.BlobAverages(0,b) > 0.0){
double Vn,pn,awn,ans,Jwn,Kwn,lwns,cwns;
Vn = Averages.BlobAverages(1,b);