/[lmdze]/trunk/dyn3d/vlxqs.f
ViewVC logotype

Diff of /trunk/dyn3d/vlxqs.f

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/Sources/dyn3d/vlxqs.f revision 134 by guez, Wed Apr 29 15:47:56 2015 UTC trunk/dyn3d/vlxqs.f revision 254 by guez, Mon Feb 5 10:39:38 2018 UTC
# Line 35  Line 35 
35        REAL adxqu(ip1jmp1),dxqmax(ip1jmp1,llm)        REAL adxqu(ip1jmp1),dxqmax(ip1jmp1,llm)
36        REAL u_mq(ip1jmp1,llm)        REAL u_mq(ip1jmp1,llm)
37    
       Logical first,testcpu  
       SAVE first,testcpu  
   
       REAL temps1,temps2,temps3,temps4,temps5  
       SAVE temps1,temps2,temps3,temps4,temps5  
   
   
       DATA first,testcpu/.true.,.false./  
   
       IF(first) THEN  
          temps1=0.  
          temps2=0.  
          temps3=0.  
          temps4=0.  
          temps5=0.  
          first=.false.  
       ENDIF  
   
38  !   calcul de la pente a droite et a gauche de la maille  !   calcul de la pente a droite et a gauche de la maille
39    
40    

Legend:
Removed from v.134  
changed lines
  Added in v.254

  ViewVC Help
Powered by ViewVC 1.1.21