X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9fb4cfa01d427fa144e8daabab7e853520e4dbf6..7aaac1ccdd8b0373140b3855cebfa80558ddc8d4:/src/surf/cpu_ti.cpp?ds=inline diff --git a/src/surf/cpu_ti.cpp b/src/surf/cpu_ti.cpp index 9841ec9503..2edf742fde 100644 --- a/src/surf/cpu_ti.cpp +++ b/src/surf/cpu_ti.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2014. The SimGrid Team. +/* Copyright (c) 2013-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -404,7 +404,7 @@ void surf_cpu_model_init_ti() xbt_dynar_push(model_list, &model_vm); } -CpuTiModel::CpuTiModel() : CpuModel("cpu_ti") +CpuTiModel::CpuTiModel() : CpuModel() { p_runningActionSetThatDoesNotNeedBeingChecked = new ActionList();