1
0
mirror of https://github.com/TREX-CoE/qmc-lttc.git synced 2024-07-03 09:56:12 +02: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;
}