Changeset 204 for trunk/src/psiu.pro


Ignore:
Timestamp:
03/26/14 11:58:56 (10 years ago)
Author:
pinsard
Message:

fix thanks to coding rules; typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/psiu.pro

    r181 r204  
    77; .. function:: psiu(zet) 
    88; 
    9 ; DESCRITPION 
     9; DESCRIPTION 
    1010; =========== 
    1111; 
     
    3434 
    3535if (ii(0) ne -1) then begin 
    36   c=min([50,.35*zet]) 
    37   psi(ii)=-((1+1.*zet(ii))^1.+.667*(zet(ii)-14.28)/exp(c(ii))+8.525) 
     36    c=min([50,.35*zet]) 
     37    psi(ii)=-((1+1.*zet(ii))^1.+.667*(zet(ii)-14.28)/exp(c(ii))+8.525) 
    3838endif 
    3939 
Note: See TracChangeset for help on using the changeset viewer.