[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

Minor Bug in Michael-Wjr Merge



In the merged StubbleForm.f, the pass-by-copy constructor ends in:

$(  FOR FUNCS pro: SENDER)
	this->$(FUNC)(trans);
$(  ROF)


That should be "RECEIVER" instead of "SENDER".  This fix must be part
of the grand-merge because our code won't work otherwise.  Thanks.