Changeset 10379


Ignore:
Timestamp:
10/31/11 15:05:50 (13 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/GroundinglineMigrationx/GroundinglineMigrationx.cpp

    r10378 r10379  
    5858
    5959        int     i,numnods;
    60         Vec     vec_nodes_on_floatingice = NULL;
    61         Node*   node                  = NULL;
     60        Vec   vec_nodes_on_floatingice = NULL;
     61        Node *node                     = NULL;
    6262
    6363        /*First, initialize nodes_on_floatingice, which will track which nodes have changed status: */
     
    161161               
    162162                MPI_Allreduce(&local_nflipped,&nflipped,1,MPI_INT,MPI_SUM,MPI_COMM_WORLD);
    163                 _printf_(VerboseConvergence(),"   number of grounded vertices  connected to grounding line: %i\n",nflipped);
     163                _printf_(VerboseConvergence(),"   Additional number of vertices allowed to unground: %i\n",nflipped);
    164164
    165165                /*Avoid leaks: */
Note: See TracChangeset for help on using the changeset viewer.