Skip to content

Commit

Permalink
Fix typos; cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffriley committed Apr 14, 2024
1 parent fd84a29 commit 3f0af9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/changelog.h
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@
// 02.43.01 SS - Apr 8, 2024 - Defect repair
// - Fix CalculateMassLossRateBjorklundEddingtonFactor to use LSOLW (in SI) rather than LSOL (in cgs)
// 02.43.02 JR - Apr 14, 2024 - Defect repair, some code cleanup:
// - Defect repair: Issue #1084 - modified code to record desired persistence of obejcts so that cloned stars don't participate in logging etc.
// - Defect repair: Issue #1084 - modified code to record desired persistence of objects so that cloned stars don't participate in logging etc.
// - Removed some unused code (as a result of the defect repair)
// - Some Code cleanup

Expand Down
1 change: 1 addition & 0 deletions src/vector3d.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <iostream>
#include <math.h>

#include "vector3d.h"
#include "constants.h"

Expand Down
5 changes: 3 additions & 2 deletions src/vector3d.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#ifndef __vector3d_h__
#define __vector3d_h__

#include "constants.h"
#include "errors.h"
#include <vector>
#include <array>

#include "constants.h"
#include "Errors.h"


class Vector3d {

Expand Down

0 comments on commit 3f0af9f

Please sign in to comment.