Skip to content
Snippets Groups Projects
Commit e3e11c5e authored by Thomas De Maet's avatar Thomas De Maet
Browse files

some advancements for Richards equation

parent 2cc1ac29
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ CTX::CTX() ...@@ -87,7 +87,7 @@ CTX::CTX()
color.mesh.carousel[i] = 0; color.mesh.carousel[i] = 0;
} }
CTX *CTX::_instance = 0; CTX *CTX::_instance = NULL;
CTX *CTX::instance() CTX *CTX::instance()
{ {
......
...@@ -58,5 +58,5 @@ void MLine::getIntegrationPoints(int pOrder, int *npts, IntPt **pts) ...@@ -58,5 +58,5 @@ void MLine::getIntegrationPoints(int pOrder, int *npts, IntPt **pts)
double MLine::getInnerRadius() double MLine::getInnerRadius()
{ {
return _v[0]->distance(_v[1]); return _v[0]->distance(_v[1]) * .5;
} }
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