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/MaxVxx/MaxVxx.cpp

    r13590 r13622  
    1010
    1111void MaxVxx( IssmDouble* pmaxvx, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials,Parameters* parameters,bool process_units){
    12        
     12
    1313        int i;
    1414        IssmDouble maxvx;
     
    2020                Element* element=(Element*)elements->GetObjectByOffset(i);
    2121                element->MaxVx(&element_maxvx,process_units); //go pick up the minimum velocity in the inputs
    22        
     22
    2323                if(i==0)maxvx=element_maxvx; //initialize maxvx
    2424                else{
Note: See TracChangeset for help on using the changeset viewer.