Ignore:
Timestamp:
08/07/18 10:22:46 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removing double white lines

File:
1 edited

Legend:

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

    r22551 r23066  
    185185        /*Initial guess*/
    186186        VecZeroEntries(udot);
    187        
     187
    188188        /*Richardson's iterations*/
    189189        for(int i=0;i<5;i++){
     
    402402        CreateRHS(&RHS,K_petsc,D_petsc,Ml_petsc,uf->pvector->vector,theta,deltat,dmax,femmodel,configuration_type);
    403403        delete uf;
    404        
     404
    405405        /*Go solve lower order solution*/
    406406        femmodel->profiler->Start(SOLVER);
Note: See TracChangeset for help on using the changeset viewer.