mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
fixes
This commit is contained in:
parent
f78d90b458
commit
7ffd33d5d7
2 changed files with 6 additions and 6 deletions
|
|
@ -14,9 +14,9 @@ void FATR hgh_parse_ (Integer *debug_ptr,
|
|||
double *rlocal_ptr,
|
||||
char sdir_name[],
|
||||
Integer *n9,
|
||||
char dir_name[]
|
||||
char dir_name[],
|
||||
Integer *n0,
|
||||
char in_filename[]
|
||||
char in_filename[],
|
||||
Integer *n1,
|
||||
char out_filename[],
|
||||
Integer *n2)
|
||||
|
|
|
|||
|
|
@ -25,11 +25,11 @@ void FATR qmmm_parse_(Integer *debug_ptr,
|
|||
char atom[],
|
||||
Integer *n3)
|
||||
{
|
||||
int debug,
|
||||
int lmax_out,locp_out,
|
||||
double rlocal_out,
|
||||
int debug;
|
||||
int lmax_out,locp_out;
|
||||
double rlocal_out;
|
||||
|
||||
int lmax,
|
||||
int lmax;
|
||||
|
||||
|
||||
double Zion; /* local psp parameters */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue