Ignore:
Timestamp:
10/11/12 11:26:37 (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/MeshPartitionx/MeshPartitionx.h

    r13317 r13623  
    88#include "../../include/include.h"
    99#include "../../EnumDefinitions/EnumDefinitions.h"
    10 
    1110
    1211/* local prototypes: */
     
    8988                /*Extrude epart2d to epart, using numlayers: */
    9089                epart=xNew<int>(numberofelements);
    91                
     90
    9291                count=0;
    9392                for(i=0;i<(numlayers-1);i++){
     
    10099                /*Extrude npart2d to npart, using numlayers: */
    101100                npart=xNew<int>(numberofnodes);
    102                
     101
    103102                count=0;
    104103                for(i=0;i<(numlayers);i++){
     
    109108                }
    110109        }
    111        
     110
    112111        /*Assign output pointer:*/
    113112        *pepart=epart;
Note: See TracChangeset for help on using the changeset viewer.