Compare commits
No commits in common. "60a7af738ce4bb32d1c7dbd47d404007e4df651a" and "0b47838693cb154eefff90c8b40a13571754322c" have entirely different histories.
60a7af738c
...
0b47838693
|
@ -103,6 +103,8 @@ int main(int argc, char **argv) {
|
||||||
create_logger("colloscope.log", LOG_INFO);
|
create_logger("colloscope.log", LOG_INFO);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//info("%d %d %d %d", n_creneaux, n_colleurs, n_weeks, n_groups);
|
||||||
|
|
||||||
info("Starting");
|
info("Starting");
|
||||||
srand(time(NULL));
|
srand(time(NULL));
|
||||||
|
|
||||||
|
@ -114,7 +116,7 @@ int main(int argc, char **argv) {
|
||||||
colleur* dudes = import_colleurs_oneweek(path_colleurs, n_colleurs, n_weeks, n_creneaux);
|
colleur* dudes = import_colleurs_oneweek(path_colleurs, n_colleurs, n_weeks, n_creneaux);
|
||||||
|
|
||||||
import_tds(edt, len_edt, n_creneaux, blacklist_path);
|
import_tds(edt, len_edt, n_creneaux, blacklist_path);
|
||||||
|
|
||||||
debug("Entries are : ");
|
debug("Entries are : ");
|
||||||
debug("Creneaux filename : %s", path_creneaux);
|
debug("Creneaux filename : %s", path_creneaux);
|
||||||
debug("Number of creneaux (for one week) : %d", n_creneaux);
|
debug("Number of creneaux (for one week) : %d", n_creneaux);
|
||||||
|
|
Loading…
Reference in New Issue