mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
fixed line indentation so we can see if travis works with this
This commit is contained in:
parent
ce919a0ad8
commit
0054759c3a
1 changed files with 4 additions and 4 deletions
|
|
@ -268,10 +268,10 @@ contains
|
|||
|
||||
if (.not. already_read % contains(name)) then
|
||||
call add_mgxs_c(file_id, name, &
|
||||
num_energy_groups, num_delayed_groups, &
|
||||
temps(i_nuclide) % size(), temps(i_nuclide) % data, &
|
||||
temperature_method, temperature_tolerance, max_order, &
|
||||
logical(legendre_to_tabular, C_BOOL), legendre_to_tabular_points)
|
||||
num_energy_groups, num_delayed_groups, &
|
||||
temps(i_nuclide) % size(), temps(i_nuclide) % data, &
|
||||
temperature_method, temperature_tolerance, max_order, &
|
||||
logical(legendre_to_tabular, C_BOOL), legendre_to_tabular_points)
|
||||
|
||||
call already_read % add(name)
|
||||
end if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue