toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN Cholesky.h


From: Edward Rosten
Subject: [Toon-members] TooN Cholesky.h
Date: Tue, 14 Apr 2009 12:45:05 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Edward Rosten <edrosten>        09/04/14 12:45:05

Modified files:
        .              : Cholesky.h 

Log message:
        Removed TOON 1.x -> TOON historic compatibility
                
        Renamed include guards

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/Cholesky.h?cvsroot=toon&r1=1.28&r2=1.29

Patches:
Index: Cholesky.h
===================================================================
RCS file: /cvsroot/toon/TooN/Cholesky.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- Cholesky.h  10 Apr 2009 06:53:37 -0000      1.28
+++ Cholesky.h  14 Apr 2009 12:45:05 -0000      1.29
@@ -28,15 +28,12 @@
 // the GNU General Public License.
 
 
-#ifndef CHOLESKY_H
-#define CHOLESKY_H
+#ifndef TOON_INCLUDE_CHOLESKY_H
+#define TOON_INCLUDE_CHOLESKY_H
 
 #include <TooN/TooN.h>
 
-#ifndef TOON_NO_NAMESPACE
 namespace TooN {
-#endif 
-
 
 
 /// Cholesky decomposition of a symmetric matrix.
@@ -178,8 +175,6 @@
 };
 
 
-#ifndef TOON_NO_NAMESPACE
 }
-#endif 
 
 #endif




reply via email to

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