Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start snake_case()ing some private fields
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 24 Mar 2018 17:28:31 +0000 (18:28 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 24 Mar 2018 17:44:54 +0000 (18:44 +0100)
commitc1139d8e995d20f3afebc6cb69c66c155348dbdd
tree9a8d41b0ae3a57e0d9e188408a7592df09e94049
parente72c4ca9d4a325f5c4215edc035061e1f2f94585
start snake_case()ing some private fields
26 files changed:
include/simgrid/kernel/resource/Action.hpp
include/simgrid/kernel/resource/Model.hpp
include/simgrid/kernel/resource/Resource.hpp
include/simgrid/kernel/routing/ClusterZone.hpp
include/simgrid/kernel/routing/DijkstraZone.hpp
include/simgrid/kernel/routing/DragonflyZone.hpp
include/simgrid/kernel/routing/FatTreeZone.hpp
src/kernel/resource/Action.cpp
src/kernel/resource/Model.cpp
src/kernel/resource/Resource.cpp
src/kernel/routing/ClusterZone.cpp
src/kernel/routing/DijkstraZone.cpp
src/kernel/routing/DragonflyZone.cpp
src/kernel/routing/FatTreeZone.cpp
src/kernel/routing/TorusZone.cpp
src/kernel/routing/VivaldiZone.cpp
src/surf/StorageImpl.cpp
src/surf/cpu_cas01.cpp
src/surf/cpu_ti.cpp
src/surf/network_cm02.cpp
src/surf/network_constant.cpp
src/surf/network_ib.cpp
src/surf/network_ns3.cpp
src/surf/ptask_L07.cpp
src/surf/sg_platf.cpp
src/surf/storage_n11.cpp