00001 subroutine RunGS 00002 00003 use global 00004 00005 implicit none 00006 00007 integer i 00008 00009 00010 print*,'GSGSGSGSGSGSGSGSGSGSGSGSGSGSGSGSGSGSGSGSGSGS' 00011 print*,'GS STARTS' 00012 print*,' ' 00013 00014 00015 if (accumulating.eqv.yes) maxGsPhysics=1 00016 00017 !do i=1,maxGsPhysics 00018 00019 call gs 00020 00021 !call postProcessor 00022 00023 00024 !end do 00025 00026 00027 print*,' ' 00028 print*,'GS ENDS' 00029 print*,'GSGSGSGSGSGSGSGSGSGSGSGSGSGSGSGSGSGSGSGSGSGS' 00030 00031 00032 00033 00034 end subroutine RunGS
1.6.1