Changeset 11745


Ignore:
Timestamp:
03/20/12 11:29:28 (13 years ago)
Author:
Mathieu Morlighem
Message:

fixed issue with GetSize

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/Numerics/Vector.cpp

    r11743 r11745  
    205205        #ifdef _HAVE_PETSC_
    206206                _assert_(this->vector);
    207                 else VecGetSize(this->vector,pM);
     207                VecGetSize(this->vector,pM);
    208208        #else
    209209                this->vector->GetSize(pM);
Note: See TracChangeset for help on using the changeset viewer.