changeset 5964:3ffedee0aef7

[project @ 2006-08-24 17:33:28 by jwe]
author jwe
date Thu, 24 Aug 2006 17:33:28 +0000
parents b3478d7a0486
children 290420f503b2
files src/DLD-FUNCTIONS/gcd.cc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/gcd.cc
+++ b/src/DLD-FUNCTIONS/gcd.cc
@@ -240,6 +240,9 @@
     }
   else
     {
+      // FIXME -- we need to handle a possible mixture of scalar and
+      // array values here.
+
       NDArray g = args(0).array_value ();
 
       OCTAVE_LOCAL_BUFFER (NDArray, v, nargin);