Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1123 → Rev 1159

/demos/trunk/orbit/orbit.c
18,11 → 18,11
 
/*
------------
CVS : $Id: orbit.c,v 1.3 2003-01-07 17:10:17 pj Exp $
CVS : $Id: orbit.c,v 1.4 2003-05-01 19:44:07 pj Exp $
 
File: $File$
Revision: $Revision: 1.3 $
Last update: $Date: 2003-01-07 17:10:17 $
Revision: $Revision: 1.4 $
Last update: $Date: 2003-05-01 19:44:07 $
------------
*/
 
215,10 → 215,8
hard_task_def_usemath (m);
pid = task_create("massa", massa, &m, NULL);
if (pid == NIL) {
grx_close();
perror("Could not create task");
c = keyb_getch(BLOCK);
sys_abort(1);
sys_shutdown_message("Could not create task");
sys_end();
}
task_activate(pid);
}