Ignore:
Timestamp:
10/11/12 11:23:47 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: cosmetics, removing all deboule blank lines and indent single white lines correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/TimeAdaptx/TimeAdaptx.cpp

    r13590 r13622  
    2424        /*Go through elements, and figure out the minimum of the time steps for each element (using CFL criterion): */
    2525        element=(Element*)elements->GetObjectByOffset(0); min_dt=element->TimeAdapt();
    26        
     26
    2727        for (i=1;i<elements->Size();i++){
    2828                element=(Element*)elements->GetObjectByOffset(i);
Note: See TracChangeset for help on using the changeset viewer.