Index: /issm/trunk-jpl/src/m/interp/SectionValues.py
===================================================================
--- /issm/trunk-jpl/src/m/interp/SectionValues.py	(revision 17957)
+++ /issm/trunk-jpl/src/m/interp/SectionValues.py	(revision 17958)
@@ -80,5 +80,5 @@
 	
 	#New mesh and Data interpolation
-	if md.mesh.domaintype().lower() == '2d':
+	if '2d' in md.mesh.domaintype().lower():
 	
 		#Interpolation of data on specified points
@@ -137,3 +137,3 @@
 		index=index3
 
-		return index,X,Y,Z,S,data_interp
+	return index,X,Y,Z,S,data_interp
