1
0
mirror of https://github.com/TREX-CoE/qmc-lttc.git synced 2024-06-29 08:25:03 +02:00

Remove debugging files

This commit is contained in:
Panadestein 2021-04-26 21:52:09 +02:00
parent f4d390972d
commit 0bbfb469c9
2 changed files with 0 additions and 11 deletions

BIN
pp

Binary file not shown.

11
tt.c
View File

@ -1,11 +0,0 @@
#include "qmc_stats.h"
int main() {
double rnd[3];
random_gauss(rnd, 3);
for (int i = 0; i < 3; ++i) {
printf("val %lf\n", rnd[i]);
}
return 0;
}