![]() |
(git:b77b4be)
|
Public Member Functions | |
subroutine | copy_all_potential (pot_in, pot_out) |
Copy an all_potential_type to a new, unallocated variable. | |
subroutine | copy_gth_potential (pot_in, pot_out) |
Copy a gth_potential_type to a new, unallocated variable. | |
subroutine | copy_sgp_potential (pot_in, pot_out) |
Copy a sgp_potential_type to a new, unallocated variable. | |
Definition at line 311 of file external_potential_types.F.
subroutine external_potential_types::copy_potential::copy_all_potential | ( | type(all_potential_type), intent(in) | pot_in, |
type(all_potential_type), intent(inout), pointer | pot_out | ||
) |
Copy an all_potential_type to a new, unallocated variable.
pot_in | the input potential to copy |
pot_out | the newly copied and allocated potential |
Definition at line 2950 of file external_potential_types.F.
subroutine external_potential_types::copy_potential::copy_gth_potential | ( | type(gth_potential_type), intent(in) | pot_in, |
type(gth_potential_type), intent(inout), pointer | pot_out | ||
) |
Copy a gth_potential_type to a new, unallocated variable.
pot_in | the input potential to copy |
pot_out | the newly copied and allocated potential |
Definition at line 2979 of file external_potential_types.F.
subroutine external_potential_types::copy_potential::copy_sgp_potential | ( | type(sgp_potential_type), intent(in) | pot_in, |
type(sgp_potential_type), intent(inout), pointer | pot_out | ||
) |
Copy a sgp_potential_type to a new, unallocated variable.
pot_in | the input potential to copy |
pot_out | the newly copied and allocated potential |
Definition at line 3107 of file external_potential_types.F.