add processor_ptr_ in ConstraintBase
Compare changes
Files
40@@ -43,7 +43,7 @@ int main()
@@ -118,7 +118,7 @@ int main()
Add ProcessorBaseWPtr processor_ptr_
in ConstraintBase
.
Pointer is set at construction time, all derived classes have been updated together with processors.
ConstraintBase
and derived now take argument pointers by const references rather than copy.
Bonus: A few c++11 keywords here and there.