Ignore:
Timestamp:
Apr 9, 2013, 11:44:26 AM (13 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
bd61b5c
Parents:
e85cfd
Message:

Added MPI classes output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/comm/mpi/datatype.hpp

    re85cfd r0bd47e  
    1717 */
    1818
     19/**
     20 * @file   datatype.hpp
     21 * @author Julian Iseringhausen <isering@ins.uni-bonn.de>
     22 * @date   Tue Apr 09 12:19:58 2013
     23 *
     24 * @brief  Helper class to handle MPI datatypes.
     25 *
     26 */
     27
    1928#ifndef DATATYPE_HPP_
    2029#define DATATYPE_HPP_
    2130
     31#include <string>
    2232#include <vector>
    2333
     
    128138  }
    129139
     140  std::string ToString() const;
     141
    130142private:
    131143  void InitDatatype();
Note: See TracChangeset for help on using the changeset viewer.