Patch: Tidy Relations.h
Jeffrey Oldham
oldham at codesourcery.com
Fri Oct 12 17:58:45 UTC 2001
2001-10-12 Jeffrey D. Oldham <oldham at codesourcery.com>
* Relations.h: Fix typographical error in comment.
(Relation1::apply): Remove extraneous argument.
Tested on sequential Linux using gcc3.1 by compiling Pooma library and relations tests
Approved by Stephen Smith
Applied to mainline
Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com
-------------- next part --------------
Index: Relations.h
===================================================================
RCS file: /home/pooma/Repository/r2/src/Field/Relations/Relations.h,v
retrieving revision 1.1
diff -c -p -r1.1 Relations.h
*** Relations.h 2001/08/30 01:15:13 1.1
--- Relations.h 2001/10/11 23:50:38
*************** public:
*** 80,86 ****
// Methods.
// All of the action is in setDirty(). If we are already dirty, there's
! // nothing to do. If clean, we set our diry flag and then those in the
// target's relation list.
void setDirty()
--- 80,86 ----
// Methods.
// All of the action is in setDirty(). If we are already dirty, there's
! // nothing to do. If clean, we set our dirty flag and then those in the
// target's relation list.
void setDirty()
*************** public:
*** 201,207 ****
void apply()
{
! functor_m(target_m, r1_m, r2_m);
}
virtual RelationListItem *retarget(const Target &target) const
--- 201,207 ----
void apply()
{
! functor_m(target_m, r1_m);
}
virtual RelationListItem *retarget(const Target &target) const
More information about the pooma-dev
mailing list