LUscalarMatrix: Updated code layout

This commit is contained in:
Henry Weller 2016-03-23 15:34:19 +00:00
parent 0945cfd35f
commit a08adf25de

View File

@ -67,6 +67,9 @@ class LUscalarMatrix
//- The pivot indices used in the LU decomposition
labelList pivotIndices_;
// Private member functions
//- Convert the given lduMatrix into this LUscalarMatrix
void convert
(