Added command line options for:

a. 'salt method' like "-m 1" or "-m 2" here 1 is for SANTALUCIA and 2 is for OWCZARZY
b. 'salt concentration' "-a 0.01" valid range is from 0.01 to 0.3. if not specified then we use default 0.05

git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPrimers/trunk@224 60f365c0-8329-0410-b2a4-ec073aeeaa1d
This commit is contained in:
2009-07-14 22:23:18 +00:00
parent e79738e170
commit 50c26e81b9
3 changed files with 27 additions and 11 deletions

View File

@@ -89,14 +89,6 @@ float nparam_CalcTM(float entropy,float enthalpy)
return tm;
}
/* PURPOSE: Initialize nearest neighbor parameters.
*
* PARAMETERS:
* none
*
* RETURN VALUE:
* void
*/
void nparam_InitParams(PNNParams nparm, float c1, float c2, float kp, int sm)
{