Formatting

This commit is contained in:
Hrvoje Jasak 2011-12-12 16:23:55 +00:00
parent 0b6a89c8b3
commit cf4daeb57f

View file

@ -95,6 +95,9 @@ noLaplacianScheme<Type, GType>::fvmLaplacian
) )
); );
// Create dummy diagonal
tfvm().diag() = 0;
return tfvm; return tfvm;
} }