more typos
parent
4623e9bd68
commit
ddf8afbb7e
|
@ -1,4 +1,4 @@
|
||||||
USING: specialized-arrays.float specialized-arrays.direct.functor ;
|
USING: specialized-arrays.complex-double specialized-arrays.direct.functor ;
|
||||||
IN: specialized-arrays.direct.complex-double
|
IN: specialized-arrays.direct.complex-double
|
||||||
|
|
||||||
<< "complex-double" define-direct-array >>
|
<< "complex-double" define-direct-array >>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
USING: specialized-arrays.float specialized-arrays.direct.functor ;
|
USING: specialized-arrays.complex-float specialized-arrays.direct.functor ;
|
||||||
IN: specialized-arrays.direct.complex-float
|
IN: specialized-arrays.direct.complex-float
|
||||||
|
|
||||||
<< "complex-float" define-direct-array >>
|
<< "complex-float" define-direct-array >>
|
||||||
|
|
Loading…
Reference in New Issue