adp_no_limits

Description: remove positive definite limits on adps

Comment: by default topas puts limits on values of uij - it's often more useful to know if something goes npd

Contributed by: Alan Coelho

macro adp_no_limits
{
	move_to u11 min = Val - .05; max = Val + .05;
	move_to u22 min = Val - .05; max = Val + .05;
	move_to u33 min = Val - .05; max = Val + .05;
	move_to u12 min = Val - .05; max = Val + .05;
	move_to u13 min = Val - .05; max = Val + .05;
	move_to u23 min = Val - .05; max = Val + .05;
}

Personal Tools