Show
Ignore:
Timestamp:
05/16/08 13:48:57 (8 months ago)
Author:
rjrw
Message:

Attempt to fix problem with PGI/ICC builds.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newmole/source/mole_priv.h

    r2055 r2076  
    1717public: 
    1818        double fion[LIMELM][N_MOLE_ION]; 
    19         void updateMolecules(const double * const b2); 
     19        void updateMolecules(const valarray<double> &b2); 
    2020        void setup(double *b0vec); 
    2121};