Skip to content
Snippets Groups Projects
Commit 3e5f3120 authored by Sebastien Blaise's avatar Sebastien Blaise
Browse files

dg: stereographic 3d operators. Diffusion stereo. Artificial diffusion...

dg: stereographic 3d operators. Diffusion stereo. Artificial diffusion stabilization. FunctionIntegrator: removed unneded printf
parent f716b54d
No related branches found
No related tags found
No related merge requests found
......@@ -264,8 +264,7 @@ class fullMatrix
if(resetValue)
setAll(scalar(0.));
return false; // no reallocation
}
void setAsProxy(const fullMatrix<scalar> &original)
} void setAsProxy(const fullMatrix<scalar> &original)
{
if(_data && _own_data)
delete [] _data;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment