Skip to content
Snippets Groups Projects
Commit 43691c18 authored by Bastian Telgen's avatar Bastian Telgen
Browse files

wip

parent 7039435f
No related branches found
No related tags found
No related merge requests found
Pipeline #105495 failed
......@@ -54,8 +54,7 @@ int main(int argc, char **argv) {
const auto gmshContext = mesh::GmshContext(argc, argv);
std::vector<std::vector<double>> lattice_vec(
{{1., 0., 0.}, {0., 1., 0.}, {0., 0., 1.}});
std::vector<Point> lattice_vec({{1., 0., 0.}, {0., 1., 0.}, {0., 0., 1.}});
//,{0.5, 0.5, 0.5}, {-0.5, 0.5, 0.5},{0.5, -0.5, 0.5}, {-0.5, -0.5, 0.5}} );
double granularity = 0.02;
......
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