Removed derviatives

This commit is contained in:
Anthony Scemama 2015-12-20 01:27:24 +01:00
parent 7762ffac4f
commit 778b0cc826
2 changed files with 0 additions and 5 deletions

View File

@ -51,10 +51,6 @@ for filename in files:
dims[current_prop] = line.split(':')[1].strip()
import numerical_derivatives as deriv
properties += map(lambda x: ["double precision", "d_var_"+x.lower(), "(size_d_var_"+x.lower()+")"], deriv.vectors)
properties += map(lambda x: ["double precision", "d_var_"+x.lower(), "(7)"], deriv.scalars)
def sq(item):
return [item[0], item[1]+"_2", item[2]]

View File

@ -60,7 +60,6 @@ subroutine run_qmc(cpu0)
use f77_zmq
implicit none
include '../types.F'
include '../deriv_var.F'
integer*8 :: cpu0
integer :: isize, i, j, ierr