Ignore:
Timestamp:
06/23/10 14:00:45 (15 years ago)
Author:
Eric.Larour
Message:

Corrected problem in FlagClones, using the sid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Node.cpp

    r4140 r4170  
    929929void  Node::CreatePartition(Vec partition){
    930930
    931         int      idxm;
    932         double   value;
    933 
    934         idxm=(id-1);
    935         value=(double)this->indexing.doflist[0];
    936         ISSMASSERT(value>=0);
    937 
    938         VecSetValues(partition,1,&idxm,&value,INSERT_VALUES);
    939 
     931        ISSMERROR(" not supported yet!");
    940932        return;
    941933}
Note: See TracChangeset for help on using the changeset viewer.