Mercurial > hg > octave-lyh
comparison liboctave/CollocWt.cc @ 3504:5eef8a2294bd
[project @ 2000-02-01 10:06:51 by jwe]
author | jwe |
---|---|
date | Tue, 01 Feb 2000 10:07:26 +0000 |
parents | d14c483b3c12 |
children | 7da18459c08b |
comparison
equal
deleted
inserted
replaced
3503:d14c483b3c12 | 3504:5eef8a2294bd |
---|---|
161 pdif2, pdif3, pr, pq); | 161 pdif2, pdif3, pr, pq); |
162 | 162 |
163 initialized = 1; | 163 initialized = 1; |
164 } | 164 } |
165 | 165 |
166 ostream& | 166 std::ostream& |
167 operator << (ostream& os, const CollocWt& a) | 167 operator << (std::ostream& os, const CollocWt& a) |
168 { | 168 { |
169 if (a.left_included ()) | 169 if (a.left_included ()) |
170 os << "left boundary is included\n"; | 170 os << "left boundary is included\n"; |
171 else | 171 else |
172 os << "left boundary is not included\n"; | 172 os << "left boundary is not included\n"; |