Removed previously-deprecated array_fp typedef

This commit is contained in:
Ray Speth
2012-02-22 00:16:22 +00:00
parent 18bce3bc62
commit 437294ae00
52 changed files with 245 additions and 258 deletions

View File

@@ -99,7 +99,7 @@ void printBulk(ostream& oooo,ThermoPhase* bulkPhaseTP, InterfaceKinetics* iKin_p
<< " (kmol/m^3) (kmol/m^2/s) " << endl;
double sum = 0.0;
double Wsum = 0.0;
const array_fp& molecW = bulkPhaseTP->molecularWeights();
const vector_fp& molecW = bulkPhaseTP->molecularWeights();
int nspBulk = bulkPhaseTP->nSpecies();
for (int k = 0; k < nspBulk; k++) {
kstart = iKin_ptr->kineticsSpeciesIndex(k, 1);