gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master ec91e9e: Corrected including of headers in boo


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master ec91e9e: Corrected including of headers in book's demos
Date: Tue, 1 May 2018 18:04:58 -0400 (EDT)

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

    Corrected including of headers in book's demos
    
    In the "Library demo - multi-threaded operation" section, we were
    mistakenly using double quotes to import the Gnuastro headers. This is now
    corrected to `<>'.
---
 doc/gnuastro.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 1ac939e..99c3b3d 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -25992,8 +25992,8 @@ system and you can safely use it as a guide.
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "gnuastro/fits.h"
-#include "gnuastro/threads.h"
+#include <gnuastro/fits.h>
+#include <gnuastro/threads.h>
 
 
 /* This structure can keep all information you want to pass onto the



reply via email to

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