Debugging tests/BlobAnalyzeParallel.cpp
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user