Ignore:
Timestamp:
06/04/12 16:40:38 (13 years ago)
Author:
Mathieu Morlighem
Message:

Do not number folds (folding is automated)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/Patch.cpp

    r12102 r12365  
    33 */
    44
    5 /*Include files: {{{1*/
     5/*Include files: {{{*/
    66#ifdef HAVE_CONFIG_H
    77        #include <config.h>
     
    2222
    2323/*Object constructors and destructors:*/
    24 /*FUNCTION Patch::Patch() default constructor {{{1*/
     24/*FUNCTION Patch::Patch() default constructor {{{*/
    2525Patch::Patch(){
    2626        this->numrows=0;
     
    3131}
    3232/*}}}*/
    33 /*FUNCTION Patch::Patch(int numrows, int maxvertices, int maxnodes){{{1*/
     33/*FUNCTION Patch::Patch(int numrows, int maxvertices, int maxnodes){{{*/
    3434Patch::Patch(int in_numrows, int in_maxvertices, int in_maxnodes){
    3535
     
    6262}
    6363/*}}}*/
    64 /*FUNCTION Patch::~Patch(){{{1*/
     64/*FUNCTION Patch::~Patch(){{{*/
    6565Patch::~Patch(){
    6666        xfree((void**)&values);
     
    6969
    7070/*Object methods*/
    71 /*FUNCTION Patch::fillelementinfo{{{1*/
     71/*FUNCTION Patch::fillelementinfo{{{*/
    7272void Patch::fillelementinfo(int count, int element_id, int* vertices_ids, int num_vertices){
    7373
     
    8888}
    8989/*}}}*/
    90 /*FUNCTION Patch::fillresultinfo{{{1*/
     90/*FUNCTION Patch::fillresultinfo{{{*/
    9191void Patch::fillresultinfo(int count,int enum_type,int step, double time, int interpolation, double* nodal_values, int num_nodes){
    9292
     
    110110}
    111111/*}}}*/
    112 /*FUNCTION Patch::Gather{{{1*/
     112/*FUNCTION Patch::Gather{{{*/
    113113void Patch::Gather(void){
    114114
Note: See TracChangeset for help on using the changeset viewer.