Ignore:
Timestamp:
05/18/09 09:33:19 (16 years ago)
Author:
Mathieu Morlighem
Message:

fixed some bad initializtions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/parallel/CreateFemModel.cpp

    r448 r464  
    1313
    1414        /*Model output: */
    15         DataSet*            elements;
    16         DataSet*            nodes;
    17         DataSet*            constraints;
    18         DataSet*            loads;
    19         DataSet*            materials;
    20         DataSet*            parameters;
    21         Vec                 partition;
    22         Vec                 tpartition;
    23         Vec                 yg;
    24         Mat                 Rmg;
    25         Mat                 Gmn;
    26         NodeSets*           nodesets;
    27         Vec                 ys;
    28         Vec                 ys0;
     15        DataSet*            elements=NULL;
     16        DataSet*            nodes=NULL;
     17        DataSet*            constraints=NULL;
     18        DataSet*            loads=NULL;
     19        DataSet*            materials=NULL;
     20        DataSet*            parameters=NULL;
     21        Vec                 partition=NULL;
     22        Vec                 tpartition=NULL;
     23        Vec                 yg=NULL;
     24        Mat                 Rmg=NULL;
     25        Mat                 Gmn=NULL;
     26        NodeSets*           nodesets=NULL;
     27        Vec                 ys=NULL;
     28        Vec                 ys0=NULL;
    2929
    3030        /*intermediary: */
     
    9292        femmodel->ys=ys;
    9393        femmodel->ys0=ys0;
    94 
    95        
    9694}
Note: See TracChangeset for help on using the changeset viewer.