[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master 79ed532 1/2: Corrected information in polygon
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master 79ed532 1/2: Corrected information in polygon library source |
Date: |
Mon, 12 Sep 2016 12:29:35 +0000 (UTC) |
branch: master
commit 79ed5321a55ccd63daf0a90e66854d464c8dc168
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>
Corrected information in polygon library source
`lib/polygon.c' and `lib/gnuastro/polygon.h' were initially written as part
of ImageWarp and then moved to the libraries. After the move, the top
commented information were missed (from correction) and still mentioned
ImageWarp. They are now corrected.
---
lib/gnuastro/polygon.h | 4 ++--
lib/polygon.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/gnuastro/polygon.h b/lib/gnuastro/polygon.h
index c9960c3..85375e0 100644
--- a/lib/gnuastro/polygon.h
+++ b/lib/gnuastro/polygon.h
@@ -1,6 +1,6 @@
/*********************************************************************
-ImageWarp - Warp images using projective mapping.
-ImageWarp is part of GNU Astronomy Utilities (Gnuastro) package.
+Polygon related functions and macros.
+This is part of GNU Astronomy Utilities (Gnuastro) package.
Original author:
Mohammad Akhlaghi <address@hidden>
diff --git a/lib/polygon.c b/lib/polygon.c
index ad3a2de..a8224fa 100644
--- a/lib/polygon.c
+++ b/lib/polygon.c
@@ -1,6 +1,6 @@
/*********************************************************************
-ImageWarp - Warp images using projective mapping.
-ImageWarp is part of GNU Astronomy Utilities (Gnuastro) package.
+Polygon related functions and macros.
+This is part of GNU Astronomy Utilities (Gnuastro) package.
Original author:
Mohammad Akhlaghi <address@hidden>