Formatting
This commit is contained in:
parent
0b6a89c8b3
commit
cf4daeb57f
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue