Ignore:
Timestamp:
04/15/13 11:27:14 (12 years ago)
Author:
Mathieu Morlighem
Message:

Cosmetics

File:
1 edited

Legend:

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

    r14512 r14569  
    3232        this->my_nodes=NULL;
    3333        this->my_vertices=NULL;
     34
    3435        this->singlenodetoelementconnectivity=NULL;
    3536        this->numbernodetoelementconnectivity=NULL;
     
    6667        this->my_nodes=NULL;
    6768        this->my_vertices=NULL;
     69
    6870        this->singlenodetoelementconnectivity=NULL;
    6971        this->numbernodetoelementconnectivity=NULL;
     
    12671269
    12681270        int my_rank;
    1269         int        lastindex,index;
    1270         int        record_length;
     1271        int lastindex,index;
     1272        int record_length;
    12711273
    12721274        /*recover my_rank:*/
Note: See TracChangeset for help on using the changeset viewer.