tmp
This commit is contained in:
parent
aae11ecd20
commit
25795029a9
@ -53,6 +53,9 @@ int main(int argc, char const *argv[]) try
|
||||
|
||||
geodsv_io tc;
|
||||
tc.load_text("tmp/topo", ".txt", ColumnHead);
|
||||
tc.cell(0, 0, std::string("x (m)"));
|
||||
tc.cell(0, 1, std::string("y (m)"));
|
||||
tc.cell(0, 2, std::string("elevation (m)"));
|
||||
|
||||
array<point3dc> topo;
|
||||
tc.get_column_point3dc(0, 1, 2, topo);
|
||||
|
Loading…
Reference in New Issue
Block a user