Skip to content

Commit

Permalink
Whitespace control. A few small fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jspark311 committed Mar 28, 2020
1 parent b095371 commit 891c88b
Show file tree
Hide file tree
Showing 5 changed files with 671 additions and 644 deletions.
9 changes: 9 additions & 0 deletions src/EnumeratedTypeCodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,13 @@ enum class UnitCode : uint8_t {
// Shorthand for a pointer to a "void fxn(void)"
typedef void (*FxnPointer)();


/* Physical and mathematical constants. */
#define SPEED_OF_LIGHT 299792458 // Given in vacuum in m/s

#ifndef PI
#define PI 3.141592653589793238463
#endif


#endif // __ENUMERATED_TYPE_CODES_H__
Loading

0 comments on commit 891c88b

Please sign in to comment.