diff --git a/compute/pzlatms.c b/compute/pzlatms.c
index e8daf897e08937862fe4a08563ab050209984794..f974d04175a619bf27cb89898643a302a4817be7 100644
--- a/compute/pzlatms.c
+++ b/compute/pzlatms.c
@@ -104,6 +104,9 @@ void chameleon_pzlatms( cham_dist_t idist, unsigned long long int seed, cham_sym
     else if ( sym == ChamSymPosv ) {
         trans = ChamTrans;
     }
+    else if ( sym == ChamHermPoev ) {
+        trans = ChamConjTrans;
+    }
 
 #if !defined(CHAMELEON_SIMULATION)
     /* Compute the diagonal D */