~zaveri-saahil/saahil/debian

« back to all changes in this revision

Viewing changes to src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.H

  • Committer: sergio
  • Date: 2014-10-14 14:11:35 UTC
  • Revision ID: git-v1:361ce6bf071276e232e6d22cd41fd2ff82ca5dc3
ENH: Adding IOmapDistribute

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
  =========                 |
3
3
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
4
4
   \\    /   O peration     |
5
 
    \\  /    A nd           | Copyright (C) 2011-2013 OpenFOAM Foundation
 
5
    \\  /    A nd           | Copyright (C) 2011-2014 OpenFOAM Foundation
6
6
     \\/     M anipulation  |
7
7
-------------------------------------------------------------------------------
8
8
License
676
676
 
677
677
        void operator=(const mapDistribute&);
678
678
 
 
679
 
 
680
    // IOstream operators
 
681
 
 
682
        //- Read dictionary from Istream
 
683
        friend Istream& operator>>(Istream&, mapDistribute&);
 
684
 
 
685
        //- Write dictionary to Ostream
 
686
        friend Ostream& operator<<(Ostream&, const mapDistribute&);
 
687
 
679
688
};
680
689
 
681
690