| 35 |
|
|
| 36 |
|
extern struct node_tag* molecule_blk( struct node_tag* stmt_list ); |
| 37 |
|
extern struct node_tag* zconstraint_blk( int index, struct node_tag* stmt_list ); |
| 38 |
+ |
extern struct node_tag* rigidbody_blk( int index, struct node_tag* stmt_list ); |
| 39 |
|
extern struct node_tag* atom_blk( int index, struct node_tag* stmt_list ); |
| 40 |
|
extern struct node_tag* bond_blk( int index, struct node_tag* stmt_list ); |
| 41 |
|
extern struct node_tag* bend_blk( int index, struct node_tag* stmt_list ); |
| 42 |
|
extern struct node_tag* torsion_blk( int index, struct node_tag* stmt_list ); |
| 43 |
+ |
extern struct node_tag* member_blk( int index, struct node_tag* stmt_list ); |
| 44 |
|
extern struct node_tag* component_blk( struct node_tag* stmt_list ); |
| 45 |
|
|
| 46 |
|
#endif |