Ignore:
Timestamp:
05/24/13 19:12:27 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: simplifying prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/wrappers/MeshPartition/MeshPartition.cpp ΒΆ

    r15100 r15105  
    66
    77void MeshPartitionUsage(void){/*{{{*/
    8         _printf_("   usage:" << "\n");
     8        _printf_("   usage:\n");
    99        _printf_("   [element_partitioning,node_partitioning]=MeshPartition(md.mesh,numpartitions)");
    10         _printf_("   where:" << "\n");
    11         _printf_("      element_partitioning is a vector of partitioning area numbers, for every element." << "\n");
    12         _printf_("      node_partitioning is a vector of partitioning area numbers, for every node." << "\n");
    13         _printf_("" << "\n");
     10        _printf_("   where:\n");
     11        _printf_("      element_partitioning is a vector of partitioning area numbers, for every element.\n");
     12        _printf_("      node_partitioning is a vector of partitioning area numbers, for every node.\n");
     13        _printf_("\n");
    1414}/*}}}*/
    1515WRAPPER(MeshPartition){
Note: See TracChangeset for help on using the changeset viewer.