Skip to content
Snippets Groups Projects
Commit db4360c3 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Rename cartesian[123]dMesh -> cartesianMesh

These functions were created while builtin functions polymorphism was
not implemented
parent 7fb89e48
Branches
Tags
1 merge request!145git subrepo clone git@gitlab.com:OlMon/org-themes.git packages/org-themes
......@@ -105,7 +105,7 @@ MeshModule::MeshModule()
));
this->_addBuiltinFunction("cartesian1dMesh",
this->_addBuiltinFunction("cartesianMesh",
std::make_shared<BuiltinFunctionEmbedder<std::shared_ptr<
const IMesh>(const TinyVector<1>, const TinyVector<1>, const std::vector<uint64_t>&)>>(
......@@ -132,7 +132,7 @@ MeshModule::MeshModule()
));
this->_addBuiltinFunction("cartesian2dMesh",
this->_addBuiltinFunction("cartesianMesh",
std::make_shared<BuiltinFunctionEmbedder<std::shared_ptr<
const IMesh>(const TinyVector<2>, const TinyVector<2>, const std::vector<uint64_t>&)>>(
......@@ -159,7 +159,7 @@ MeshModule::MeshModule()
));
this->_addBuiltinFunction("cartesian3dMesh",
this->_addBuiltinFunction("cartesianMesh",
std::make_shared<BuiltinFunctionEmbedder<std::shared_ptr<
const IMesh>(const TinyVector<3>&, const TinyVector<3>&, const std::vector<uint64_t>&)>>(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment