SecDec/loop/perlsrc/makemakeC.pm [ Perl Modules ]
[ Top ] [ Perl Modules ]
NAME
makemakeC.pm
USAGE
is called from preparenumerics.pl via writefiles::makemakeC
USES
arguments parsed from preparenumerics.pl USED BY preparenumerics.pl, writefiles.pm
PURPOSE
writes the makefiles *make*file in the appropriate subdirectory
INPUTS
arguments: filename: name of makefile to write integpath:path for numerical integrator Ccompiler:which C compiler is to be used point:name of numerical point being calculated kk:which make file is to be written, specifies *make${kk}file lowii: first function to be integrated by *intfile${kk}.c highii: last function to be integrated by *intfile${kk}.c variables: $funlisto: is the list of functions to be made $lineflag: flag to decide whether a newline is needed in $funlisto $nfun: number of functions summed in *intfile${kk}.cc RESULT new functions $[point]make$[kk]file in the appropriate subdirectory
SEE ALSO
preparenumerics.pl, writefiles.pm