Module gr_merge_coords


Name:
gr_merge_coords - a GRToolbox module
Description:
Merges all the coordinates of all sets in one set.
All sets should have the same point number. The
number of points of the first set will be taken.
Synopsis:
-[merge reverse h o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
Example Input Data:
0 1
4 5
8 9
12 13
16 17
&
2 3
6 7
10 11
14 15
18 19
Example Output Data:
0 1 2 3
4 5 6 7
8 9 10 11
12 13 14 15
16 17 18 19



Back to List of all GR Modules.