Add lattice z position to trace information.

This commit is contained in:
Paul Romano 2013-01-29 15:00:47 -05:00
parent 20890a5db0
commit 3fa6f8def9

View file

@ -543,7 +543,8 @@ contains
if (verbosity >= 10 .or. trace) then
message = " Crossing lattice " // trim(to_str(lat % id)) // &
". Current position (" // trim(to_str(p % coord % lattice_x)) &
// "," // trim(to_str(p % coord % lattice_y)) // ")"
// "," // trim(to_str(p % coord % lattice_y)) // "," // &
trim(to_str(p % coord % lattice_z)) // ")"
call write_message()
end if