Updated ipython notebook and some poor indentation

This commit is contained in:
Adam Nelson 2016-09-11 06:29:45 -04:00
parent 26244eabcf
commit f4731567e1
2 changed files with 62 additions and 64 deletions

File diff suppressed because one or more lines are too long

View file

@ -531,7 +531,7 @@ module mgxs_header
! Finally convert the legendre to tabular if needed
allocate(scatt_coeffs(groups))
if (this % scatter_type == ANGLE_LEGENDRE .and. &
legendre_to_tabular) then
legendre_to_tabular) then
this % scatter_type = ANGLE_TABULAR
order_dim = legendre_to_tabular_points
order = order_dim
@ -889,7 +889,7 @@ module mgxs_header
! Finally convert the legendre to tabular if needed
allocate(scatt_coeffs(groups, this % n_azi, this % n_pol))
if (this % scatter_type == ANGLE_LEGENDRE .and. &
legendre_to_tabular) then
legendre_to_tabular) then
this % scatter_type = ANGLE_TABULAR
order_dim = legendre_to_tabular_points
order = order_dim