Skip to content
Snippets Groups Projects
Commit a319e029 authored by Hörl, Maximilian's avatar Hörl, Maximilian
Browse files

multiply K_par with d in problem mmdg6

parent 607ecfae
Branches
Tags
No related merge requests found
......@@ -95,7 +95,7 @@ public:
for (int i = 0; i < dim; i++)
{
permeability[i][i] = 1.0 * aperture(pos);//d_;
permeability[i][i] = 1.0 * aperture(pos);
}
return permeability;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment