mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 21:55:30 -04:00
fixed io bug...EJB
This commit is contained in:
parent
14d1ba173b
commit
30bbec0104
1 changed files with 2 additions and 1 deletions
|
|
@ -564,7 +564,8 @@ void paw_print_paw_potential_information(FILE *fp)
|
|||
fprintf(fp,"\n");
|
||||
|
||||
n = paw_get_pointer_paw_n_array();
|
||||
l = paw_get_pointer_l_array();
|
||||
//l = paw_get_pointer_l_array();
|
||||
l = paw_get_pointer_paw_l_array();
|
||||
|
||||
fprintf(fp," nl c[i] rcut[i] \n");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue