parquet_debug_set_perm_force_feistel Subroutine

public subroutine parquet_debug_set_perm_force_feistel(on)

Sends m <= perm_exact_max through the Feistel. Test-only; see the two hooks above.

Arguments

Type IntentOptional Attributes Name
logical, intent(in) :: on

.true. bypasses the exact path


Source Code

    subroutine parquet_debug_set_perm_force_feistel(on)
        logical, intent(in) :: on                   !! `.true.` bypasses the exact path
        perm_dbg_force_feistel = on
    end subroutine parquet_debug_set_perm_force_feistel