repo.or.cz
/
hkl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[tests] fix for the new projection function
[hkl.git]
/
scripts
/
is_matrix.spatch
blob
928b13d1f85279db6f4599a379cd50db59dd879c
1
// use is_matrix when possible
2
3
@i@
4
@@
5
6
#include <tap/hkl-tap.h>
7
8
@depends on i@
9
identifier M, __func__;
10
expression E;
11
@@
12
13
-ok(TRUE == hkl_matrix_cmp(M, E), __func__);
14
+is_matrix(M, E, __func__);