diff --git a/GasPhase.cxx b/GasPhase.cxx index b3652787..7be3206c 100644 --- a/GasPhase.cxx +++ b/GasPhase.cxx @@ -688,7 +688,7 @@ cxxGasPhase::Deserialize(Dictionary & dictionary, std::vector < int >&ints, this->n_user_end = this->n_user; this->description = " "; - this->type = (ints[ii++] == 0) ? cxxGasPhase::GP_PRESSURE : this->type = cxxGasPhase::GP_VOLUME; + this->type = (ints[ii++] == 0) ? cxxGasPhase::GP_PRESSURE : cxxGasPhase::GP_VOLUME; this->total_p = doubles[dd++]; this->volume = doubles[dd++]; int count = ints[ii++]; diff --git a/cl1mp.cpp b/cl1mp.cpp index e581cdcf..0d1d2d1d 100644 --- a/cl1mp.cpp +++ b/cl1mp.cpp @@ -36,7 +36,7 @@ cl1mp(int k, int l, int m, int n, int iout = 0; // static i runs faster int i, j; - int maxit, n1, n2; + int maxit, n1; //, n2; int ia, ii, kk, nk, js; int in = 0; int iphase, kforce; @@ -221,7 +221,7 @@ cl1mp(int k, int l, int m, int n, /* Function Body */ maxit = *iter; n1 = n + 1; - n2 = n + 2; + // n2 = n + 2; nk = n + k; nkl = nk + l; klm = k + l + m; @@ -1131,4 +1131,4 @@ cl1mp(int k, int l, int m, int n, kode = (int *) free_check_null(kode); return 0; } -#endif // INVERSE_CL1MP \ No newline at end of file +#endif // INVERSE_CL1MP