Changeset 11745
- Timestamp:
- 03/20/12 11:29:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Numerics/Vector.cpp
r11743 r11745 205 205 #ifdef _HAVE_PETSC_ 206 206 _assert_(this->vector); 207 elseVecGetSize(this->vector,pM);207 VecGetSize(this->vector,pM); 208 208 #else 209 209 this->vector->GetSize(pM);
Note:
See TracChangeset
for help on using the changeset viewer.