mirror of
https://github.com/TREX-CoE/qmc-lttc.git
synced 2024-10-14 20:12:12 +02:00
8 lines
102 B
C
8 lines
102 B
C
|
#include <math.h>
|
||
|
#include <stdio.h>
|
||
|
|
||
|
double gaussian(double *r) {
|
||
|
// Pending
|
||
|
return 0;
|
||
|
}
|