From bba4aad472f5fd09ab526c36c96678c0cd5773c8 Mon Sep 17 00:00:00 2001
From: Wolfgang Ludwig <wolfgang.ludwig@esrf.fr>
Date: Fri, 19 Apr 2013 14:57:50 +0200
Subject: [PATCH] Adding 226 as cubic spacegroup in Rodrigues function.

Signed-off-by: Wolfgang Ludwig <wolfgang.ludwig@esrf.fr>
---
 zUtil_Cryst/gtCrystRodriguesFundZone.m | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/zUtil_Cryst/gtCrystRodriguesFundZone.m b/zUtil_Cryst/gtCrystRodriguesFundZone.m
index e2a90e3d..999b430e 100644
--- a/zUtil_Cryst/gtCrystRodriguesFundZone.m
+++ b/zUtil_Cryst/gtCrystRodriguesFundZone.m
@@ -29,7 +29,7 @@ end
 switch spacegroup
 	
 	% Cubic
-	case {225, 227, 229, 221}    
+	case {225, 226, 227, 229, 221}
 		
 		% Sides of the polyhedron:
 		limcube = sqrt(2)-1;  % half the edge of the cube
@@ -104,4 +104,4 @@ faces(:,4:6) = faces(:,4:6)./ll(:,[1 1 1]);
 faces(abs(faces)<1e-15) = 0;
 
 
-end
\ No newline at end of file
+end
-- 
GitLab