Compare commits
No commits in common. "57280ac3f36086fb2810c3b27285bbac37532eb9" and "b470a3194b6c12126bc2a76afa1b75d282e54d66" have entirely different histories.
57280ac3f3
...
b470a3194b
26 changed files with 142 additions and 334 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _BGC_ANGLE_H_INCLUDED_
|
||||
#define _BGC_ANGLE_H_INCLUDED_
|
||||
#ifndef _BGC_ANGLE_H_
|
||||
#define _BGC_ANGLE_H_
|
||||
|
||||
#include <math.h>
|
||||
#include "utilities.h"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||