Changeset 15199


Ignore:
Timestamp:
06/06/13 11:46:36 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/FemModel.cpp

    r15130 r15199  
    1 /*!\file FemModel.c
     1/*!\file FemModel.cpp
    22 * \brief: implementation of the FemModel object
    33 */
     
    213213
    214214                if(i==0){
    215                         if(VerboseMProcessor()) _printf0_("      creating vertex degrees of freedom\n");
     215                        if(VerboseMProcessor()) _printf0_("      creating vertex PIDs\n");
    216216                        VerticesDofx(vertices,parameters); //only call once, we only have one set of vertices
    217217                }
Note: See TracChangeset for help on using the changeset viewer.