comparison src/pt-colon.h @ 5349:e965ab89f832

[project @ 2005-05-11 17:46:25 by jwe]
author jwe
date Wed, 11 May 2005 17:47:47 +0000
parents 679cc8fec408
children 2a6cb4ed8f1e
comparison
equal deleted inserted replaced
5348:b3ba123faec8 5349:e965ab89f832
97 97
98 bool save_base; 98 bool save_base;
99 99
100 octave_value 100 octave_value
101 make_range (const Matrix& m_base, const Matrix& m_limit, 101 make_range (const Matrix& m_base, const Matrix& m_limit,
102 const Matrix& m_increment, bool result_is_str) const; 102 const Matrix& m_increment, bool result_is_str,
103 bool dq_str) const;
103 104
104 octave_value 105 octave_value
105 make_range (const octave_value& ov_base, const octave_value& ov_limit, 106 make_range (const octave_value& ov_base, const octave_value& ov_limit,
106 const octave_value& ov_increment) const; 107 const octave_value& ov_increment) const;
107 108