Changeset 14e73bb for GenericIO.h


Ignore:
Timestamp:
04/12/16 19:22:09 (8 years ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master, pympi
Children:
754e14c
Parents:
8f0a211
git-author:
Hal Finkel <hfinkel@…> (04/12/16 19:22:09)
git-committer:
Hal Finkel <hfinkel@…> (04/12/16 19:22:09)
Message:

Misc. improvements to splitting and error handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GenericIO.h

    r8f0a211 r14e73bb  
    297297  void readData(int EffRank = -1, bool PrintStats = true, bool CollStats = true); 
    298298 
     299  void getSourceRanks(std::vector<int> &SR); 
     300 
    299301  void close() { 
    300302    FH.close(); 
Note: See TracChangeset for help on using the changeset viewer.