From e5dff2c1d4bb1721e6b39b06244f52c39df25eeb Mon Sep 17 00:00:00 2001 From: sang Date: Wed, 28 Dec 2022 17:40:35 +0000 Subject: [PATCH] Added new commit for the sake of testing out magit - quite interesting --- C12E2_work/analysis_pteros.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/C12E2_work/analysis_pteros.cxx b/C12E2_work/analysis_pteros.cxx index 5ed4f84..e8a26db 100644 --- a/C12E2_work/analysis_pteros.cxx +++ b/C12E2_work/analysis_pteros.cxx @@ -6,13 +6,16 @@ // dictionary equivalent #include // library for complex numbers #include - // pteros library and custom class import #include "analysis_pteros.h" #include #include // filling in functions + +// random new comment for the sake of using magit + + bool compare_by_distance(const oph_struct &a, const oph_struct &b) { /* */