diff --git a/.travis.yml b/.travis.yml index a65723ab1..0f5459734 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,8 @@ env: - OMP=y MPI=n PHDF5=n - OMP=n MPI=y PHDF5=n - OMP=n MPI=y PHDF5=y - - OMP=n MPI=y PHDF5=y DAGMC=y + - OMP=n MPI=y PHDF5=y DAGMC=y + - OMP=y MPI=y PHDF5=y DAGMC=y notifications: webhooks: https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN install: diff --git a/src/input_xml.F90 b/src/input_xml.F90 index 6f1080b8a..7aa1dec9f 100644 --- a/src/input_xml.F90 +++ b/src/input_xml.F90 @@ -181,7 +181,7 @@ contains ! neighboring cells for efficient tracking if (.not. dagmc) then call neighbor_lists() - end if + end if ! Assign temperatures to cells that don't have temperatures already assigned call assign_temperatures()