1
0
mirror of https://github.com/TREX-CoE/qmc-lttc.git synced 2025-03-19 07:16:38 +01:00
qmc-lttc/qmc_gaussian.c
2021-04-26 21:50:11 +02:00

8 lines
102 B
C

#include <math.h>
#include <stdio.h>
double gaussian(double *r) {
// Pending
return 0;
}