Changeset 14791


Ignore:
Timestamp:
04/29/13 15:34:40 (12 years ago)
Author:
Eric.Larour
Message:

CHG: verbose more

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/CreateNodalConstraintsx/CreateNodalConstraintsx.cpp

    r13941 r14791  
    1616        /*output: */
    1717        Vector<IssmDouble>* ys=NULL;
     18        int ssize;
     19        int slocalsize;
     20
     21        if(VerboseModule()) _pprintLine_("   Create nodal constraints");
    1822
    1923        /*figure out how many dofs we have: */
    20         int ssize=nodes->NumberOfDofs(configuration_type,SsetEnum);
    21         int slocalsize = nodes->NumberOfDofsLocal(configuration_type,SsetEnum);
     24        ssize=nodes->NumberOfDofs(configuration_type,SsetEnum);
     25        slocalsize = nodes->NumberOfDofsLocal(configuration_type,SsetEnum);
     26       
    2227
    2328        /*allocate:*/
Note: See TracChangeset for help on using the changeset viewer.