Module gr_fill_up


Name:
gr_fill_up - a GRToolbox module
Description:
Fills up the set to a given number, so that all sets have the same number of points. If no number of points is specified,
the number of the first set will be taken. To fill up,
the last point will be copied. No points will be deleted
if the number of points is larger then the given number.
In this case a warning will be printet (unless turned of).
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 Number of points.
-nowarning Print no warning, if the number of points is to small.
Example Input Data:
1 0
3 4
5 2
8 9
10 3
&
0 1
2 3
3 4
4 9
&
0 1
Example Output Data:
1 0
3 4
5 2
8 9
10 3
&
0 1
2 3
3 4
4 9
4 9
&
0 1
0 1
0 1
0 1
0 1



Back to List of all GR Modules.