update readme

This commit is contained in:
2021-09-16 09:28:49 +08:00
parent 209fca546e
commit 1e688d34f0
6 changed files with 9453 additions and 2934 deletions

View File

@@ -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");