You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cout << procid << ": Warning! Could not calculate the domain anisotropy." << endl;
345
+
}
333
346
}
334
347
// Calculate interfacial distance histogram if enabled.
335
348
if(parameters.enable_interfacial_distance_calc){
@@ -621,7 +634,7 @@ int main(int argc, char * argv[]){
621
634
ss.str("");
622
635
}
623
636
}
624
-
analysis_file << "Summary of results for this morphology set containing " << nproc <<" morphologies created using Ising_OPV " << version << ":\n" << endl;
637
+
analysis_file << "Summary of results for this morphology set containing " << nproc <<" morphologies created using Ising_OPV " << version << ":" << endl;
0 commit comments