00001subroutine next_solution00002 use phys_constant, only : long
00003 use grid_parameter, only : nrf_deform, deform_par, nrf, ratio
00004 implicit none00005 nrf_deform = nrf_deform + deform_par00006 ratio = dble(nrf_deform)/dble(nrf)
00007 end subroutine next_solution