Go to the source code of this file.
Functions/Subroutines | |
| subroutine | psmile_reshape_2d_real (source, source_shape, sub_range, dest, dest_shape, ierror) |
| subroutine psmile_reshape_2d_real | ( | Real,dimension (source_shape(1,1),intent(in) | source, | |
| Integer,dimension(2,2),intent(in) | source_shape, | |||
| Integer,dimension (2, ndim_2d),intent(in) | sub_range, | |||
| Real,dimension (dest_shape(1,1),intent(inout) | dest, | |||
| Integer,dimension(2,2),intent(inout) | dest_shape, | |||
| Integer,intent(out) | ierror | |||
| ) |
Definition at line 11 of file psmile_reshape_2d_real.F90.
Referenced by psmile_set_points_3d_real().

1.6.1