Skip to content

Commit

Permalink
tweak exampleFCL
Browse files Browse the repository at this point in the history
  • Loading branch information
David Levin committed Apr 16, 2018
1 parent 3d72727 commit 153e992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ThirdParty/fcl
2 changes: 1 addition & 1 deletion src/Examples/exampleTestFCL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ int main(int argc, char **argv) {
igl::boundary_facets(F2, Fs2);
Fs2 = Fs2.rowwise().reverse().eval(); //igl boundary facets returns facet indices in reverse order

V2.col(0) = (V2.col(0) + 3*Eigen::VectorXd::Ones(V2.rows())).eval(); //translate to the right by 5 m
V2.col(0) = (V2.col(0) + 2*Eigen::VectorXd::Ones(V2.rows())).eval(); //translate to the right by 5 m

//Embed
Embeddings::PhysicalSystemEmbeddedMesh<double, FEMNeohookeanTets> *embeddedFEM0 = new Embeddings::PhysicalSystemEmbeddedMesh<double, FEMNeohookeanTets>(V,Fs, V, F);
Expand Down

0 comments on commit 153e992

Please sign in to comment.