summaryrefslogtreecommitdiffstats
path: root/Kod/bilbana/yc4/display/set_point_size.m
blob: 750b1729f7a2b5e703e567aaf4aa1f7cb040f848 (plain) (blame)
1
2
3
4
5
function pkg = set_point_size(n1, n2)
	arg = [n1 n2];
	
	pkg = get_package('GZ', arg);
end