Took out warnings.
This commit is contained in:
parent
9017d157a6
commit
76dcf40f2a
1 changed files with 1 additions and 2 deletions
|
|
@ -20,11 +20,10 @@ double tvalue(double val, double atol = 1.0E-9) {
|
||||||
|
|
||||||
int main () {
|
int main () {
|
||||||
|
|
||||||
double dens, u, s, h, cv, cp, pres;
|
double pres;
|
||||||
try {
|
try {
|
||||||
WaterTP *w = new WaterTP("waterTPphase.xml","");
|
WaterTP *w = new WaterTP("waterTPphase.xml","");
|
||||||
|
|
||||||
double rho;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Print out the triple point conditions
|
* Print out the triple point conditions
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue