From 38985eb4242cc61b8aa16a3d18cb3e572b1c448a Mon Sep 17 00:00:00 2001 From: ZhuangYumin Date: Tue, 26 Sep 2023 20:41:47 +0800 Subject: [PATCH] GPG test 2 --- src/include/client.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/client.h b/src/include/client.h index 6620794..0944096 100644 --- a/src/include/client.h +++ b/src/include/client.h @@ -105,7 +105,8 @@ void PreProcessData() { } } } - //find all unkown blocks that are adjacnent to clicked blocks + //find all unkown blocks that are adjacnent to clicked blocks and prepare for Gaussian Elimination + //start Gaussian Elimination } /** * @brief The definition of function MakeBestGuess()