Example #1
0
void print(Record &rec){
	printf("%f, %f\n",rec.getAlfa(), rec.getR());
}