replace fabs() with abs() where needed in USER-EFF
USER-EFF was using fabs(spin[i]) rather than abs() even though *spin is an integer array. this is now corrected.