removed extra qualification cxxGasComp:: on member multiply

git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/branches/ErrorHandling@5994 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2012-01-06 00:11:00 +00:00
parent 1ed24bf1c7
commit ff5fc98ae4

View File

@ -32,7 +32,7 @@ class cxxGasComp: public PHRQ_base
void Set_initial_moles(LDBLE t) {this->initial_moles = t;}
void add(const cxxGasComp & addee, LDBLE extensive);
void cxxGasComp::multiply(LDBLE extensive);
void multiply(LDBLE extensive);
#ifdef USE_MPI
void mpi_pack(std::vector < int >&ints, std::vector < double >&doubles);