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 5 by pconfort, Mon Jun 10 19:31:27 2002 UTC vs.
Revision 6 by pconfort, Mon Jun 10 19:55:35 2002 UTC

# Line 695 | Line 695 | contains
695      iinterface = 0
696  
697   !new stuff here
698 < #ifdef MPI
699 <         end if
700 < #else
698 >
699 >        
700 >
701           if (print_vac) then
702              vac_unit = next_unit()
703              vac_file = file_prefix(1:machdep_lnblnk(file_prefix))//".vac"
# Line 707 | Line 707 | contains
707             write(vac_unit,*)
708  
709            endif
710 #endif
710  
711    do iz = start_index, nc, 1
712       do iy = start_index, nc, 1
# Line 760 | Line 759 | contains
759   #endif
760  
761   !new stuff here
762 < #ifdef MPI
763 <                 endif
762 >
763 >                
764  
765 < #else
765 >
766                   elseif (print_vac) then
767                            rx  = box(1)*(rx - reference)
768                            ry  = box(2)*(ry - reference)
# Line 772 | Line 771 | contains
771  
772                   endif
773  
775
774                else
775   !! this will build either a liquid or a cluster
776   !! without any vacancies

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines