Changeset 11688


Ignore:
Timestamp:
03/13/12 15:13:35 (13 years ago)
Author:
Mathieu Morlighem
Message:

Fixed infinite loop

File:
1 edited

Legend:

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

    r11679 r11688  
    170170       
    171171        #ifdef _HAVE_PETSC_
    172                 this->Set(value);
     172                this->vector->Set(value);
    173173        #else
    174174                _error_("not implemented yet!");
Note: See TracChangeset for help on using the changeset viewer.