comparison libinterp/octave-value/ov-null-mat.h @ 21751:b571fc85953f

maint: Use two spaces after period to indicate sentence break.
author Rik <rik@octave.org>
date Thu, 19 May 2016 18:48:52 -0700
parents 1473547f50f5
children 278fc29b69ca
comparison
equal deleted inserted replaced
21750:6720e5a220ba 21751:b571fc85953f
30 #include "ov-str-mat.h" 30 #include "ov-str-mat.h"
31 31
32 // Design rationale: 32 // Design rationale:
33 // The constructors are hidden. There is only one null matrix (or null string) 33 // The constructors are hidden. There is only one null matrix (or null string)
34 // object, that can have shallow copies. Cloning the object returns just a 34 // object, that can have shallow copies. Cloning the object returns just a
35 // normal empty matrix, so all the shallow copies are, in fact, read-only. This 35 // normal empty matrix, so all the shallow copies are, in fact, read-only.
36 // conveniently ensures that any attempt to fiddle with the null matrix 36 // This conveniently ensures that any attempt to fiddle with the null matrix
37 // destroys its special status. 37 // destroys its special status.
38 38
39 // The special [] value. 39 // The special [] value.
40 40
41 class 41 class