update readme
This commit is contained in:
2
demo.cpp
2
demo.cpp
@@ -17,7 +17,7 @@ int main(int argc, char const *argv[])
|
||||
|
||||
std::vector<vertex2dc*> tin_vert;
|
||||
std::vector<triangle*> tin_ele;
|
||||
dem2tin(topo, 0, 1000, 0, 1000, 10, 10, tin_vert, tin_ele, 3.0);
|
||||
dem2tin(topo, 0, 1000, 0, 1000, 10, 10, tin_vert, tin_ele, 1.0);
|
||||
|
||||
// Write a Gmsh's .msh file
|
||||
std::ofstream outfile("topo_TIN.msh");
|
||||
|
||||
Reference in New Issue
Block a user