mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
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:
parent
1ed24bf1c7
commit
ff5fc98ae4
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user