Formatting

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

View file

@ -21,7 +21,7 @@ License
You should have received a copy of the GNU General Public License
along with OpenFOAM; if not, write to the Free Software Foundation,
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
\*---------------------------------------------------------------------------*/
#include "noLaplacianScheme.H"
@ -95,6 +95,9 @@ noLaplacianScheme<Type, GType>::fvmLaplacian
)
);
// Create dummy diagonal
tfvm().diag() = 0;
return tfvm;
}