Ignore:
Timestamp:
Feb 8, 2012, 4:15:11 PM (14 years ago)
Author:
Frederik Heber <heber@…>
Children:
9fc7e1
Parents:
894a5f
Message:

FIX: added "public" keyword to each of CommMPIs inherited classes.

  • this closes (hopefully) ticket #61.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1328 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/comm/comm_mpi.hpp

    r894a5f r32ff22  
    3333class TempGrid;
    3434
    35 class CommMPI : public Comm, HasTempGrids, HasRequestVec
     35class CommMPI : public Comm, public HasTempGrids, public HasRequestVec
    3636{
    3737public:
Note: See TracChangeset for help on using the changeset viewer.