diff --git a/example/lapack_to_morse/step0.h b/example/lapack_to_morse/step0.h
index 45eeff188a2f9b0887db627cf0e7efd7e28c6a32..43248e5eaab7c8671e81e57e6c6cfc3eef8d95a1 100644
--- a/example/lapack_to_morse/step0.h
+++ b/example/lapack_to_morse/step0.h
@@ -120,6 +120,9 @@ static void print_header(char *prog_name, int * iparam) {
     return;
 }
 
+/* The following is a copy paste from coreblas/core_zplgsy and core_zplrnt.
+ * We need these routines to generate the matrices but we don't want to link with chameleon here.
+ */
 #define Rnd64_A 6364136223846793005ULL
 #define Rnd64_C 1ULL
 #define RndF_Mul 5.4210108624275222e-20f