]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_matrix.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / print_matrix.hpp
index f3fb8d540aaed543b5b1792b97fe93cc96e03f77..b7f321a9f0f42078058be5eb9db948f49123988c 100644 (file)
@@ -1,33 +1,33 @@
-#ifndef STLPLUS_PRINT_MATRIX\r
-#define STLPLUS_PRINT_MATRIX\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-//   Author:    Andy Rushton\r
-//   Copyright: (c) Southampton University 1999-2004\r
-//              (c) Andy Rushton           2004-2009\r
-//   License:   BSD License, see ../docs/license.html\r
-\r
-//   Generate a string representation of a matrix\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-#include "strings_fixes.hpp"\r
-#include "matrix.hpp"\r
-#include <string>\r
-#include <iostream>\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-namespace stlplus\r
-{\r
-\r
-  template<typename T, typename S>\r
-  void print_matrix(std::ostream& device,\r
-                    const matrix<T>& values,\r
-                    S print_fn,\r
-                    const std::string& column_separator = "|",\r
-                    const std::string& row_separator = ",");\r
-\r
-} // end namespace stlplus\r
-\r
-#include "print_matrix.tpp"\r
-#endif\r
+#ifndef STLPLUS_PRINT_MATRIX
+#define STLPLUS_PRINT_MATRIX
+////////////////////////////////////////////////////////////////////////////////
+
+//   Author:    Andy Rushton
+//   Copyright: (c) Southampton University 1999-2004
+//              (c) Andy Rushton           2004-2009
+//   License:   BSD License, see ../docs/license.html
+
+//   Generate a string representation of a matrix
+
+////////////////////////////////////////////////////////////////////////////////
+#include "strings_fixes.hpp"
+#include "matrix.hpp"
+#include <string>
+#include <iostream>
+
+////////////////////////////////////////////////////////////////////////////////
+
+namespace stlplus
+{
+
+  template<typename T, typename S>
+  void print_matrix(std::ostream& device,
+                    const matrix<T>& values,
+                    S print_fn,
+                    const std::string& column_separator = "|",
+                    const std::string& row_separator = ",");
+
+} // end namespace stlplus
+
+#include "print_matrix.tpp"
+#endif
This page took 0.019102 seconds and 4 git commands to generate.