From 3811869b798996bc777e7262a42b531d044716c9 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 27 May 2016 00:00:42 +0200 Subject: [PATCH] copyright header+include everything in ifdef+cosmetics --- src/smpi/private.hpp | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/smpi/private.hpp b/src/smpi/private.hpp index cc87c97a1c..6d3e172357 100644 --- a/src/smpi/private.hpp +++ b/src/smpi/private.hpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2016. 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 SMPI_PRIVATE_HPP #define SMPI_PRIVATE_HPP @@ -11,10 +16,8 @@ XBT_PRIVATE int smpi_process_event_set(void); #endif extern std::map location2speedup; -#endif -/** - * \brief Returns the last call location (filename, linenumber). Process-specific. - */ +/** @brief Returns the last call location (filename, linenumber). Process-specific. */ XBT_PUBLIC(smpi_trace_call_location_t*) smpi_process_get_call_location(void); XBT_PUBLIC(smpi_trace_call_location_t*) smpi_trace_get_call_location(); +#endif -- 2.20.1