Changeset 26005


Ignore:
Timestamp:
02/19/21 23:28:35 (4 years ago)
Author:
bulthuis
Message:

BUG: delete InsertSample in solutionsequence_sampling.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/solutionsequences/solutionsequence_sampling.cpp

    r26004 r26005  
    4040        }
    4141        ppf->Assemble();
    42 
    43 }/*}}}*/
    44 void InsertSample(IssmDouble* u,Vector<IssmDouble>* usample,int nsize,int numsam){/*{{{*/
    45 
    46   /*Intermediaries*/
    47   int rstart = numsam*nsize;
    48   double value;
    49 
    50   /*Fill global vector*/
    51   for (int i=0;i<nsize;i++)
    52   {
    53     usample->GetValue(&value,i);
    54     u[rstart+i] = value;
    55   }
    5642
    5743}/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.