Source formatting issue

This commit is contained in:
Adam Nelson 2015-10-07 20:09:02 -04:00
parent 01cf738f12
commit 9b4bdec17d

View file

@ -2435,8 +2435,8 @@ contains
! Determine number of bins
if (check_for_node(node_filt, "bins")) then
if (temp_str == 'energy' .or. temp_str == 'energyout' .or. &
temp_str == 'mu' .or. temp_str == 'polar' .or. &
temp_str == 'azimuthal') then
temp_str == 'mu' .or. temp_str == 'polar' .or. &
temp_str == 'azimuthal') then
n_words = get_arraysize_double(node_filt, "bins")
else
n_words = get_arraysize_integer(node_filt, "bins")