Skip to content
Snippets Groups Projects
Commit 950a799d authored by GASpiridonov's avatar GASpiridonov
Browse files

Check connection

parent 7a2a5c40
Branches main
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ struct precession_parameters { ...@@ -10,7 +10,7 @@ struct precession_parameters {
friend std::ostream& operator<<(std::ostream& out, precession_parameters& input_pp); friend std::ostream& operator<<(std::ostream& out, precession_parameters& input_pp);
friend std::ofstream& operator<<(std::ofstream& out, precession_parameters& input_pp); friend std::ofstream& operator<<(std::ofstream& out, precession_parameters& input_pp);
}; };
//chek how work branch git
struct fundamental_arguments { struct fundamental_arguments {
double λ; double λ;
double l; double l;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment