gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master a86f8e3: Minor typo correction in book


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master a86f8e3: Minor typo correction in book
Date: Sat, 21 Jul 2018 15:15:33 -0400 (EDT)

branch: master
commit a86f8e35cd772b0f91c90f5fa317244ed5cfaafb
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Minor typo correction in book
    
    A small typo was found in the book ("CFITSIO and Gnuastro types" section)
    and fixed.
---
 doc/gnuastro.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 93ed4cf..40ba6d5 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -24413,9 +24413,9 @@ One important issue to consider is that CFITSIO's types 
are not fixed width
 (for example @code{long} may be 32-bits or 64-bits on different
 systems). However, Gnuastro's types are defined by their width. These
 functions will use information on the host system to do the proper
-conversion, so it strongly recommended to use these functions for
-portability of your code and not to assume a fixed correspondence between
-CFITSIO and Gnuastro's types.
+conversion. To have a portable (usable on different systems) code, is thus
+recommended to use these functions and not to assume a fixed correspondence
+between CFITSIO and Gnuastro's types.
 
 @deftypefun uint8_t gal_fits_bitpix_to_type (int @code{bitpix})
 Return the Gnuastro type identifier that corresponds to CFITSIO's



reply via email to

[Prev in Thread] Current Thread [Next in Thread]