X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cdf6a962eb4e88efbed3df9c41343adabcf09e6c..50e3c4f71ed71c12df72d5874c7b7c92d71496aa:/src/surf/disk_s19.cpp diff --git a/src/surf/disk_s19.cpp b/src/surf/disk_s19.cpp index 4198e10035..aabe4f8567 100644 --- a/src/surf/disk_s19.cpp +++ b/src/surf/disk_s19.cpp @@ -38,9 +38,9 @@ DiskImpl* DiskS19Model::createDisk(const std::string& id, double read_bw, double return new DiskS19(this, id, get_maxmin_system(), read_bw, write_bw); } -double DiskS19Model::next_occuring_event(double now) +double DiskS19Model::next_occurring_event(double now) { - return DiskModel::next_occuring_event_full(now); + return DiskModel::next_occurring_event_full(now); } void DiskS19Model::update_actions_state(double /*now*/, double delta)