Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Feb 27, 2024
1 parent f78d90b commit 7ffd33d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/nwpw/nwpwlib/pseudopotential/hgh_parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions src/nwpw/nwpwlib/pseudopotential/qmmm_parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 7ffd33d

Please sign in to comment.