Minor changes.
This commit is contained in:
parent
07d5b6a6aa
commit
5841172759
2 changed files with 1 additions and 3 deletions
|
|
@ -30,7 +30,7 @@ endif
|
|||
|
||||
test:
|
||||
ifeq ($(test_issp),1)
|
||||
cd issp; @MAKE@ test
|
||||
cd issp; @MAKE@ -s test
|
||||
endif
|
||||
ifeq ($(test_electrolytes),1)
|
||||
cd ims; @MAKE@ -s test
|
||||
|
|
|
|||
|
|
@ -11,8 +11,6 @@ int main () {
|
|||
WaterPropsIAPWS *water = new WaterPropsIAPWS();
|
||||
|
||||
double T;
|
||||
double rho;
|
||||
|
||||
|
||||
/*
|
||||
* Print out the triple point conditions
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue