use the hkl_parameter_quaternion_get in the hkl3d library
[hkl.git] / scripts / is_matrix.spatch
blob928b13d1f85279db6f4599a379cd50db59dd879c
1 // use is_matrix when possible
3 @i@
4 @@
6 #include <tap/hkl-tap.h>
8 @depends on i@
9 identifier M, __func__;
10 expression E;
13 -ok(TRUE == hkl_matrix_cmp(M, E), __func__);
14 +is_matrix(M, E, __func__);