comparison liboctave/array/MArray-s.cc @ 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 aba2e6293dd8
children 03e30a5d6e0d
comparison
equal deleted inserted replaced
21750:6720e5a220ba 21751:b571fc85953f
30 #include "MArray.cc" 30 #include "MArray.cc"
31 31
32 template class OCTAVE_API MArray<short>; 32 template class OCTAVE_API MArray<short>;
33 33
34 // Explicit instantiation, as this seems to be required by weird compilers 34 // Explicit instantiation, as this seems to be required by weird compilers
35 // like MSVC. This should be harmless on other compilers. 35 // like MSVC. This should be harmless on other compilers.
36 template short xmin<short> (short, short); 36 template short xmin<short> (short, short);
37 template short xmax<short> (short, short); 37 template short xmax<short> (short, short);
38 38
39 INSTANTIATE_MARRAY_FRIENDS (short, OCTAVE_API) 39 INSTANTIATE_MARRAY_FRIENDS (short, OCTAVE_API)
40 40