Index: /issm/trunk-jpl/src/m/mesh/bamg.m
===================================================================
--- /issm/trunk-jpl/src/m/mesh/bamg.m	(revision 22299)
+++ /issm/trunk-jpl/src/m/mesh/bamg.m	(revision 22300)
@@ -523,5 +523,5 @@
 %Check for orphan
 if any(~ismember(1:md.mesh.numberofvertices,sort(unique(reshape(md.mesh.elements,3*md.mesh.numberofelements,1)))))
-	error('Output mesh has orphans. Decrease MaxCornerAngle to prevent outside points (ex: 0.01)');
+	error('Output mesh has orphans. Check your Domain and/or RequiredVertices');
 end
 end 
Index: /issm/trunk-jpl/src/m/mesh/bamg.py
===================================================================
--- /issm/trunk-jpl/src/m/mesh/bamg.py	(revision 22299)
+++ /issm/trunk-jpl/src/m/mesh/bamg.py	(revision 22300)
@@ -479,5 +479,5 @@
 	#Check for orphan
 	if np.any(np.logical_not(np.in1d(np.arange(1,md.mesh.numberofvertices+1),md.mesh.elements.flat))):
-		raise RuntimeError("Output mesh has orphans. Decrease MaxCornerAngle to prevent outside points (ex: 0.01)")
+		raise RuntimeError("Output mesh has orphans. Check your Domain and/or RequiredVertices")
 
 	return md
