X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/74c1bf2b26c5a3aa0d8c29674dc12993e7c0de15..d14c66f6c7877bc190551b6a33b5fb6f3998dd6a:/src/instr/jedule/jedule.cpp diff --git a/src/instr/jedule/jedule.cpp b/src/instr/jedule/jedule.cpp index 46b1611702..475b615623 100644 --- a/src/instr/jedule/jedule.cpp +++ b/src/instr/jedule/jedule.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2016. The SimGrid Team. +/* Copyright (c) 2010-2018. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -43,7 +43,7 @@ void Jedule::writeOutput(FILE *file) { fprintf(file, " \n"); for (auto const& event : this->event_set) - event->print(file); + event->print(file); fprintf(file, " \n"); fprintf(file, "\n");