|
ergo
|
#include <stdlib.h>#include <math.h>#include <stdio.h>#include <errno.h>#include <memory.h>#include <time.h>#include <stdarg.h>#include <assert.h>#include "pi.h"#include "integrals_hermite.h"#include "integrals_2el_repeating.h"#include "realtype.h"Typedefs | |
| typedef IntegratorCase * | IntegratorCasePtr |
Variables | |
| const int | MAX_NO_OF_CASES = 44444 |
| typedef IntegratorCase* IntegratorCasePtr |
| const int MAX_NO_OF_CASES = 44444 |
Referenced by IntegratorWithMemory::do_2e_integral(), and IntegratorWithMemory::IntegratorWithMemory().