Changeset 3886


Ignore:
Timestamp:
05/21/10 13:48:49 (15 years ago)
Author:
Mathieu Morlighem
Message:

fixed prognostic2 (stopped by VxAverage)

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

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/ModelProcessorx/Prognostic2/CreateElementsNodesAndMaterialsPrognostic2.cpp

    r3784 r3886  
    124124
    125125                                /*Add node to nodes dataset: */
    126                                 nodes->AddObject(new Node(i+1,vertex_index,node_index,iomodel));
     126                                nodes->AddObject(new Node(node_index+1,vertex_index,node_index,iomodel));
    127127
    128128                        }
  • issm/trunk/src/c/objects/Loads/Numericalflux.cpp

    r3884 r3886  
    6363        int  num_nodes;
    6464        int  num_elems;
    65         bool   isinternal;
    6665
    6766        /*numericalflux constructor data: */
     
    148147}
    149148/*}}}*/
    150 
    151149/*FUNCTION Numericalflux::~Numericalflux(){{{1*/
    152150Numericalflux::~Numericalflux(){
Note: See TracChangeset for help on using the changeset viewer.