Mercurial > hg > octave-nkf
view scripts/path/module.mk @ 19830:884e0c55d92c
Fix complex compare operation for issorted (bug #44071).
* Array-C.cc (nan_ascending_compare, nan_descending_compare): Fix typo where
comparison was made between x and x rather than between x and y.
author | Rik <rik@octave.org> |
---|---|
date | Mon, 26 Jan 2015 15:32:49 -0800 |
parents | bb8d3f17248d |
children | fa9fa6ab76f0 |
line wrap: on
line source
FCN_FILE_DIRS += path path_PRIVATE_FCN_FILES = \ path/private/getsavepath.m path_FCN_FILES = \ path/matlabroot.m \ path/pathdef.m \ path/savepath.m \ $(path_PRIVATE_FCN_FILES) FCN_FILES += $(path_FCN_FILES) PKG_ADD_FILES += path/PKG_ADD DIRSTAMP_FILES += path/$(octave_dirstamp)