Changeset 9 for trunk/NS3D/SRC/NS3D.F90


Ignore:
Timestamp:
12/05/06 10:39:48 (17 years ago)
Author:
xlvlod
Message:

Ajout modifs Yannis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NS3D/SRC/NS3D.F90

    r8 r9  
    345345    ! ****************************** 
    346346 
     347    if (Rho_read) then 
     348   
     349     write(*,*) "  -> lecture du fichier 'Rho.init'" 
     350     call readRho(Rhov) 
     351     
     352    end if 
     353 
     354 
    347355    if (reprise_run) then 
    348356        write(*,*) "Reprise d'un run" 
     
    466474    ! Globalement ici, on rentre donc avec les valeurs à l'instant 1 et on en sort avec les valeurs à l'instant itmax 
    467475    do it=2,itmax 
    468  
     476        write(*,*) 'boucle it2, itmax'  
    469477        ! Shéma d'ordre deux d'Adams-Bashforth 
    470478        call adams_bashforth(vox,voy,voz,rho,fx,fy,fz,frho,vox2,voy2,voz2,rho2) 
Note: See TracChangeset for help on using the changeset viewer.