Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
udpor_global.hpp deifined
authoreazimi <azimi.ehsan@outlook.com>
Tue, 12 Jan 2021 10:36:57 +0000 (11:36 +0100)
committereazimi <azimi.ehsan@outlook.com>
Tue, 12 Jan 2021 10:38:45 +0000 (11:38 +0100)
src/mc/udpor_global.hpp [new file with mode: 0644]
tools/cmake/DefinePackages.cmake

diff --git a/src/mc/udpor_global.hpp b/src/mc/udpor_global.hpp
new file mode 100644 (file)
index 0000000..e166ada
--- /dev/null
@@ -0,0 +1,15 @@
+/* Copyright (c) 2007-2021. The SimGrid Team. All rights reserved.          */
+
+/* This program is free software; you can redistribute it and/or modify it
+ * under the terms of the license (GNU LGPL) which comes with this package. */
+
+#ifndef SIMGRID_MC_UDPOR_GLOBAL_HPP 
+#define SIMGRID_MC_UDPOR_GLOBAL_HPP
+
+namespace simgrid {
+namespace mc {
+
+
+} // namespace mc
+} // namespace simgrid
+#endif
\ No newline at end of file
index 5f5883d..a73616e 100644 (file)
@@ -678,6 +678,7 @@ set(MC_SRC
   src/mc/mc_smx.cpp
   src/mc/mc_exit.hpp
   src/mc/Transition.hpp
+  src/mc/udpor_global.hpp
   )
 
 set(MC_SIMGRID_MC_SRC  src/mc/checker/simgrid_mc.cpp)