Show
Ignore:
Timestamp:
05/10/08 09:03:02 (2 months ago)
Author:
peter
Message:

Merging all changes from mainline upto r2033, except r1902.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/c08_branch/source/atom_seq_beryllium.cpp

    r1822 r2034  
    216216        nerror = 0; 
    217217 
    218         /*lint -e740 unusual cast */ 
    219218        getrf_wrapper(4, 4, (double*)amat, 4, ipiv, &nerror); 
    220219        getrs_wrapper('N', 4, 1, (double*)amat, 4, ipiv, bvec, 4, &nerror); 
    221         /*lint +e740 unusual cast */ 
    222  
    223         /*DGETRF(4,4,(double*)amat,4,ipiv,&nerror);*/ 
    224         /*DGETRS('N',4,1,(double*)amat,4,ipiv,bvec,4,&nerror);*/ 
     220 
    225221        if( nerror != 0 ) 
    226222        {