This commit is contained in:
edoapra 2024-02-27 11:09:23 -08:00
parent f78d90b458
commit 7ffd33d5d7
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA
2 changed files with 6 additions and 6 deletions

View file

@ -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)

View file

@ -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 */