[cig-commits] r19366 - mc/3D/CitcomS/branches/v3.1/lib
tan2 at geodynamics.org
tan2 at geodynamics.org
Mon Jan 16 12:31:58 PST 2012
Author: tan2
Date: 2012-01-16 12:31:57 -0800 (Mon, 16 Jan 2012)
New Revision: 19366
Modified:
mc/3D/CitcomS/branches/v3.1/lib/Instructions.c
Log:
Merged r15445 from trunk to v3.1 branch
Modified: mc/3D/CitcomS/branches/v3.1/lib/Instructions.c
===================================================================
--- mc/3D/CitcomS/branches/v3.1/lib/Instructions.c 2012-01-16 15:16:17 UTC (rev 19365)
+++ mc/3D/CitcomS/branches/v3.1/lib/Instructions.c 2012-01-16 20:31:57 UTC (rev 19366)
@@ -757,7 +757,8 @@
if(E->sphere.caps == 12 &&
(E->control.remove_angular_momentum || E->control.remove_rigid_rotation) &&
(E->mesh.topvbc || E->mesh.botvbc || E->control.side_sbcs)) {
- fprintf(stderr,"\nWARNING: The input parameters impose boundary velocity, but also remove angular momentum/rigid rotation!\n\n");
+ if(E->parallel.me == 0)
+ fprintf(stderr,"\nWARNING: The input parameters impose boundary velocity, but also remove angular momentum/rigid rotation!\n\n");
}
return;
}
More information about the CIG-COMMITS
mailing list