From 3049d03fae45e0ab667d9063d5a7b871ec1eb469 Mon Sep 17 00:00:00 2001 From: Daniel Warner Date: Sat, 9 Jul 2011 20:53:36 +0000 Subject: [PATCH] Changed SGDP4 to SGP4 in header --- SGP4.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SGP4.h b/SGP4.h index cf1c23f..136435a 100755 --- a/SGP4.h +++ b/SGP4.h @@ -1,5 +1,5 @@ -#ifndef SGDP4_H_ -#define SGDP4_H_ +#ifndef SGP4_H_ +#define SGP4_H_ #include "Tle.h" #include "Eci.h"