Skip to content

Commit

Permalink
Added new commit for the sake of testing out magit - quite interesting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shtkddud123 committed Dec 28, 2022
1 parent 8e536ed commit e5dff2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion C12E2_work/analysis_pteros.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@
// dictionary equivalent
#include <complex> // library for complex numbers
#include <unordered_map>

// pteros library and custom class import
#include "analysis_pteros.h"
#include <pteros/core/grid.h>
#include <pteros/pteros.h>

// filling in functions

// random new comment for the sake of using magit


bool compare_by_distance(const oph_struct &a, const oph_struct &b) {
/*
*/
Expand Down

0 comments on commit e5dff2c

Please sign in to comment.