6:17:28 AM PDT - Fri, May 13th 2016 |
|
Should anyone else get stuck with this, the solution to my problem was the changes suggested below by Edo:
On 13/05/16 00:22, Apra, Edoardo wrote:
> Andy
> This is the patch you need to apply
>
> $ svn diff -r28225:28226
> Index: NWints/api/exactd_mem.F
> ===================================================================
> --- NWints/api/exactd_mem.F (revision 28225)
> +++ NWints/api/exactd_mem.F (revision 28226)
> @@ -238,7 +238,7 @@
> ket_gen = 1
> endif
> c
> - memdum = 20 000 000
> + memdum = 60 000 000
> nint = int_unint(brain,ibc,ketin,ikc,0,0,0,0)
> call hf1d(
> & dbl_mb(mb_exndcf(1,1)), dbl_mb(mb_exndcf(1,1)),
|