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

    r13590 r13622  
    1010
    1111void MaxAbsVyx( IssmDouble* pmaxabsvy, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials,Parameters* parameters,bool process_units){
    12        
     12
    1313        int i;
    1414        IssmDouble maxabsvy;
     
    1616        IssmDouble element_maxabsvy;
    1717
    18 
    1918        /*Go through elements, and request velocity: */
    2019        for(i=0;i<elements->Size();i++){
    2120                Element* element=(Element*)elements->GetObjectByOffset(i);
    2221                element->MaxAbsVy(&element_maxabsvy,process_units); //go pick up the maximum velocity in the inputs
    23        
     22
    2423                if(i==0)maxabsvy=element_maxabsvy; //initialize maxabsvy
    2524                else{
Note: See TracChangeset for help on using the changeset viewer.