ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/nano_mpi/src/init_system.F90
(Generate patch)

Comparing trunk/nano_mpi/src/init_system.F90 (file contents):
Revision 4 by chuckv, Mon Jun 10 17:18:36 2002 UTC vs.
Revision 6 by pconfort, Mon Jun 10 19:55:35 2002 UTC

# Line 696 | Line 696 | contains
696  
697   !new stuff here
698  
699 <    if (print_vac) then
700 <       vac_unit = next_unit()
701 <       vac_file = file_prefix(1:machdep_lnblnk(file_prefix))//".vac"
702 <       open (unit = vac_unit, status = 'replace', file = vac_file)
699 >        
700  
701 <       write(vac_unit,*) n_vacancy
702 <       write(vac_unit,*)
701 >         if (print_vac) then
702 >            vac_unit = next_unit()
703 >            vac_file = file_prefix(1:machdep_lnblnk(file_prefix))//".vac"
704 >           open (unit = vac_unit, status = 'replace', file = vac_file)
705  
706 <    endif
706 >           write(vac_unit,*) n_vacancy
707 >           write(vac_unit,*)
708  
709 +          endif
710 +
711    do iz = start_index, nc, 1
712       do iy = start_index, nc, 1
713          do ix = start_index, nc, 1
# Line 757 | Line 759 | contains
759   #endif
760  
761   !new stuff here
762 +
763 +                
764 +
765 +
766                   elseif (print_vac) then
767                            rx  = box(1)*(rx - reference)
768                            ry  = box(2)*(ry - reference)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines