view test/bug-35448/fB.m @ 20619:eef93a493ce3

use new cell_value method to handle value extraction errors * cellfun.cc, ov-class.cc, ov-struct.cc, ov-usr-fcn.cc: Use new cell_value method.
author John W. Eaton <jwe@octave.org>
date Fri, 09 Oct 2015 14:43:36 -0400
parents 8d1ae996c122
children
line wrap: on
line source

# fB.m
function y = fB (x)
  y = x;
endfunction