1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-04-21 19:16:13 +01:00

Integer divide useful

This commit is contained in:
paboyle
2015-11-28 17:01:20 -08:00
parent fa01ae5980
commit 6b97b271ae
+1 -1
View File
@@ -111,7 +111,7 @@ template<class obj,int N> inline auto toComplex(const iMatrix<obj,N> &z) -> type
return ret;
}
BINARY_RSCALAR(div,Integer);
BINARY_RSCALAR(mod,Integer);
BINARY_RSCALAR(pow,RealD);