void MCMLModel::SumScaleResult () {
  // Get 1D & 0D results.
  Sum2DRd();
  Sum2DA();
  Sum2DTt();  
  ScaleRdTt();
  ScaleA();
}
Exemplo n.º 2
0
static ULONG libScaleA(void)
{
	RNDSCALE *sce = (RNDSCALE *)REG_A0;
	APTR src = (APTR)REG_A1;
	APTR dst = (APTR)REG_A2;
	struct TagItem *tags = (struct TagItem *)REG_A3;
	return ScaleA(sce, src, dst, tags);
}