Subversion Repositories wimsdev

Rev

Rev 8149 | Rev 8879 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8149 Rev 8185
Line 15... Line 15...
15
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
15
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
 */
16
 */
17
 
17
 
18
/* Computes class connection count (unit: student-minutes) */
18
/* Computes class connection count (unit: student-minutes) */
19
 
19
 
20
#include "../wimsdef.h"
-
 
21
#include "../includes.h"
-
 
22
#include "../Lib/libwims.h"
20
#include "../Lib/libwims.h"
23
 
21
 
24
/* The maximal number of sessions within one day */
22
/* The maximal number of sessions within one day */
25
#define MAX_SESSIONS (128*1024)
23
#define MAX_SESSIONS (128*1024)
26
/* The maximal number of classes within one day */
24
/* The maximal number of classes within one day */