update_first_reference Subroutine

public subroutine update_first_reference()

Uses

Arguments

None

Contents


Source Code

    subroutine update_first_reference()
        use FciMCData, only: tSinglePartPhase
        implicit none

        call setup_reference_space(all(.not. tSinglePartPhase))
    end subroutine update_first_reference