ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libBASS/interface.c
(Generate patch)

Comparing trunk/OOPSE/libBASS/interface.c (file contents):
Revision 1152 by gezelter, Thu Jan 29 23:01:17 2004 UTC vs.
Revision 1153 by gezelter, Tue May 11 04:21:52 2004 UTC

# Line 62 | Line 62 | void init_rigidbody( int rigidbody_index ){
62    free( the_event );  
63   }
64  
65 + void init_cutoffgroup( int cutoffgroup_index ){
66 +  event* the_event;
67 +
68 +  the_event = (event* )malloc( sizeof( event ) );
69 +  
70 +  the_event->event_type = CUTOFFGROUP;
71 +  the_event->err_msg = NULL;
72 +  the_event->evt.blk_index = cutoffgroup_index;
73 +
74 +  if( !event_handler( the_event ) ) interface_error( the_event );
75 + #ifdef IS_MPI
76 +  throwMPIEvent(the_event);
77 + #endif
78 +  
79 +  free( the_event );  
80 + }
81 +
82   void init_atom( int atom_index ){
83    event* the_event;
84    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines