Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72055 - sandbox/quantization/boost
From: vicente.botet_at_[hidden]
Date: 2011-05-20 13:08:29


Author: viboes
Date: 2011-05-20 13:08:28 EDT (Fri, 20 May 2011)
New Revision: 72055
URL: http://svn.boost.org/trac/boost/changeset/72055

Log:
Added global include file
Added:
   sandbox/quantization/boost/quanta.hpp (contents, props changed)

Added: sandbox/quantization/boost/quanta.hpp
==============================================================================
--- (empty file)
+++ sandbox/quantization/boost/quanta.hpp 2011-05-20 13:08:28 EDT (Fri, 20 May 2011)
@@ -0,0 +1,20 @@
+//////////////////////////////////////////////////////////////////////////////
+//
+// (C) Copyright Vicente J. Botet Escriba 2011.
+// Distributed under the Boost
+// Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or
+// copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+// See http://www.boost.org/libs/quanta for documentation.
+//
+//////////////////////////////////////////////////////////////////////////////
+
+#ifndef BOOST_QUANTA__HPP
+#define BOOST_QUANTA__HPP
+
+#include <boost/config.hpp>
+#include <boost/quanta/include.hpp>
+
+
+#endif
\ No newline at end of file


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk