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/ModelProcessorx/Enthalpy/CreateNodesEnthalpy.cpp

    r12832 r13622  
    2525        /*Fetch parameters: */
    2626        iomodel->Constant(&numberofvertices,MeshNumberofverticesEnum);
    27        
     27
    2828        /*Recover pointer: */
    2929        nodes=*pnodes;
     
    4040        for (i=0;i<numberofvertices;i++){
    4141                if(iomodel->my_vertices[i]){
    42                        
     42
    4343                        /*Add node to nodes dataset: */
    4444                        nodes->AddObject(new Node(iomodel->nodecounter+i+1,i,i+1,i,iomodel,EnthalpyAnalysisEnum));
     
    4949        /*Clean fetched data: */
    5050        iomodel->DeleteData(6,MeshVertexonbedEnum,MeshVertexonsurfaceEnum,MaskVertexongroundediceEnum,MaskVertexonfloatingiceEnum,FlowequationVertexEquationEnum,MaskVertexonwaterEnum);
    51        
     51
    5252        /*Assign output pointer: */
    5353        *pnodes=nodes;
Note: See TracChangeset for help on using the changeset viewer.