Ignore:
Timestamp:
May 10, 2012, 12:22:46 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
06e153
Parents:
ae05b4
Message:

Fixed some warnings.

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

File:
1 edited

Legend:

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

    rae05b4 rcd0fed  
    6767
    6868    Index i;
    69     int c = 0;
     69    unsigned int c = 0;
    7070    const Index end = _starts + _subsizes;
    7171    const size_t memcpy_size = _subsizes.Z() * sizeof(vmg_float);
     
    100100
    101101    Index i;
    102     int c = 0;
     102    unsigned int c = 0;
    103103    const Index end = _starts + _subsizes;
    104104    const size_t memcpy_size = _subsizes.Z() * sizeof(vmg_float);
Note: See TracChangeset for help on using the changeset viewer.