Skip to content
Snippets Groups Projects
Commit 3ac6f1db authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Allow to set axis of tube segment from parameter file

parent 8cff6bd1
Branches
Tags
No related merge requests found
......@@ -57,8 +57,8 @@ public:
config.get<ctype>("length"), config.get<ctype>("innerRadius"),
config.get<ctype>("fromAngle"), config.get<ctype>("toAngle"),
config.get<unsigned>("nElementRing"), config.get<unsigned>("nElementLength"),
config.get<bool>("closeTube"), config.get<bool>("tetrahedra"),
config.get<bool>("parameterizedBoundary"));
config.get<bool>("closeTube"), config.get<size_t>("axis"),
config.get<bool>("tetrahedra"), config.get<bool>("parameterizedBoundary"));
}
/** \brief Create a sphere grid.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment