Mercurial > hg > octave-lyh
comparison liboctave/CMatrix.cc @ 2993:91589ab98e37
[project @ 1997-05-21 21:44:54 by jwe]
author | jwe |
---|---|
date | Wed, 21 May 1997 21:51:38 +0000 |
parents | 0a2551ec7004 |
children | a6a00badcc12 |
comparison
equal
deleted
inserted
replaced
2992:53b38bf1d443 | 2993:91589ab98e37 |
---|---|
2755 { | 2755 { |
2756 is >> tmp; | 2756 is >> tmp; |
2757 if (is) | 2757 if (is) |
2758 a.elem (i, j) = tmp; | 2758 a.elem (i, j) = tmp; |
2759 else | 2759 else |
2760 return is; | 2760 goto done; |
2761 } | 2761 } |
2762 } | 2762 } |
2763 | |
2764 done: | |
2763 | 2765 |
2764 return is; | 2766 return is; |
2765 } | 2767 } |
2766 | 2768 |
2767 ComplexMatrix | 2769 ComplexMatrix |