----- Original Message -----
> In particle systems this line looks incorrect:
> if (part->fluid->flag & SPH_SOLVER_DDR) {
> 
> since it will never be true (SPH_SOLVER_DDR == 0)
> 
> Looks like it should be:
> if (part->fluid->solver == SPH_SOLVER_DDR) {

Thanks for picking that up, Campbell! It's fixed now; r53723. It's interesting 
that it seemed to work quite well anyway. Maybe we don't need that first code 
fork.

Alex

-- 
Alex Fraser
Software Engineer
VPAC Ltd.
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to