Module gr_merge


Name:
gr_merge - a GRToolbox module
Description:
Merging point sets by removing the separator.
Synopsis:
-[nh o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
-n int Leave separators after nth set. (0 = merge all).
Example Input Data:
1 2
&
3 4
5 6
7 8
&
9 10
11 12
13 14
15 16
Example Output Data:
1 2
3 4
5 6
7 8
9 10
11 12
13 14
15 16



Back to List of all GR Modules.