1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-09 23:49:53 +00:00

renamed leastsquare to statistics

This commit is contained in:
Zeno Rogue 2024-07-26 10:15:12 +02:00
parent 1d8d58834c
commit 1511c715e4
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#include "../rogueviz.h"
#include "../dhrg/dhrg.h"
#include "../leastsquare.cpp"
#include "../statistics.cpp"
namespace rogueviz {
namespace sag {