|
||||
File indexing completed on 2025-01-18 09:37:11
0001 #ifndef BOOST_GRAPH_DETAIL_MPI_INCLUDE_HPP_INCLUDED 0002 #define BOOST_GRAPH_DETAIL_MPI_INCLUDE_HPP_INCLUDED 0003 0004 // Copyright 2018 Peter Dimov 0005 // 0006 // Use, modification and distribution are subject to the 0007 // Boost Software License, Version 1.0 (See accompanying file 0008 // LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 0009 0010 #if defined BOOST_GRAPH_USE_MPI 0011 #define BOOST_GRAPH_MPI_INCLUDE(x) x 0012 #else 0013 #define BOOST_GRAPH_MPI_INCLUDE(x) <boost/graph/detail/empty_header.hpp> 0014 #endif 0015 0016 #endif // #ifndef BOOST_GRAPH_DETAIL_MPI_INCLUDE_HPP_INCLUDED
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |