Ignore:
Timestamp:
04/27/10 08:27:06 (15 years ago)
Author:
Mathieu Morlighem
Message:

now iomodel constructor also specifies the id

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Sing.h

    r3621 r3622  
    3636                Sing(int sing_id,int* sing_node_ids, int sing_matice_id, int sing_matpar_id);
    3737                Sing(int sing_id,Hook* sing_hnodes, Hook* sing_hmatice, Hook* sing_hmatpar, Parameters* sing_parameters,Inputs* sing_inputs);
    38                 Sing(int i, IoModel* iomodel);
     38                Sing(int sing_id, int i, IoModel* iomodel);
    3939                ~Sing();
    4040                /*}}}*/
Note: See TracChangeset for help on using the changeset viewer.