Changeset 721


Ignore:
Timestamp:
06/02/09 14:23:42 (16 years ago)
Author:
Mathieu Morlighem
Message:

Bad copy/paste...

Location:
issm/trunk/src/c/ModelProcessorx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/ModelProcessorx/Melting/CreateElementsNodesAndMaterialsMelting.cpp

    r586 r721  
    129129        materials = new DataSet(MaterialsEnum());
    130130
    131 
    132         /*Now, is the flag macayaealpattyn on? otherwise, do nothing: */
    133         if (!model->ismacayealpattyn)goto cleanup_and_return;
    134 
    135131        /*Get analysis_type: */
    136132        analysis_type=AnalysisTypeAsEnum(model->analysis_type);
    137133        sub_analysis_type=AnalysisTypeAsEnum(model->sub_analysis_type);
    138 
    139134       
    140135        /*Width of elements: */
     
    475470        xfree((void**)&model->gridonsurface);
    476471        xfree((void**)&model->uppernodes);
    477                
    478472
    479473        /*Keep partitioning information into model*/
     
    495489        *pnodes=nodes;
    496490        *pmaterials=materials;
    497 
    498491}
  • issm/trunk/src/c/ModelProcessorx/Thermal/CreateElementsNodesAndMaterialsThermal.cpp

    r546 r721  
    388388        ModelFetchData((void**)&model->gridonsurface,NULL,NULL,model_handle,"gridonsurface","Matrix","Mat");
    389389
    390 
    391390        /*Get number of dofs per node: */
    392391        DistributeNumDofs(&node_numdofs,analysis_type,sub_analysis_type);
     
    399398
    400399                node_id=i+1; //matlab indexing
    401                        
    402                
    403400               
    404401                #ifdef _PARALLEL_
     
    413410                #endif
    414411
    415 
    416412                node_x[0]=model->x[i];
    417413                node_x[1]=model->y[i];
    418414                node_x[2]=model->z[i];
    419 
    420415               
    421416                node_onbed=(int)model->gridonbed[i];
Note: See TracChangeset for help on using the changeset viewer.