Skip to content
Snippets Groups Projects
Commit 58804db8 authored by Simon Oehrl's avatar Simon Oehrl
Browse files

Fix cpplint issues

#39
parent e3671e9b
No related branches found
No related tags found
1 merge request!25Feature/#39 improve performance for nest devices
Pipeline #164931 failed
......@@ -19,8 +19,8 @@
// limitations under the License.
//------------------------------------------------------------------------------
#ifndef LAYOUT_INCLUDE_NESCI_DATA_TYPE_HPP_
#define LAYOUT_INCLUDE_NESCI_DATA_TYPE_HPP_
#ifndef NESCI_INCLUDE_NESCI_DATA_TYPE_HPP_
#define NESCI_INCLUDE_NESCI_DATA_TYPE_HPP_
#include <cstdint>
......@@ -34,4 +34,4 @@ enum class DataType : uint64_t {
} // namespace nesci
#endif // LAYOUT_INCLUDE_NESCI_DATA_TYPE_HPP_
#endif // NESCI_INCLUDE_NESCI_DATA_TYPE_HPP_
......@@ -19,8 +19,8 @@
// limitations under the License.
//------------------------------------------------------------------------------
#ifndef LAYOUT_INCLUDE_NESCI_LAYOUT_DEVICE_HPP_
#define LAYOUT_INCLUDE_NESCI_LAYOUT_DEVICE_HPP_
#ifndef NESCI_INCLUDE_NESCI_DEVICE_LAYOUT_HPP_
#define NESCI_INCLUDE_NESCI_DEVICE_LAYOUT_HPP_
#include <string>
......@@ -35,4 +35,4 @@ inline std::string GetNamePath() { return "info/deviceName"; }
} // namespace layout
} // namespace nesci
#endif // LAYOUT_INCLUDE_NESCI_LAYOUT_DEVICE_HPP_
#endif // NESCI_INCLUDE_NESCI_DEVICE_LAYOUT_HPP_
......@@ -19,8 +19,8 @@
// limitations under the License.
//------------------------------------------------------------------------------
#ifndef LAYOUT_INCLUDE_NESCI_LAYOUT_NEST_MULTIMETER_HPP_
#define LAYOUT_INCLUDE_NESCI_LAYOUT_NEST_MULTIMETER_HPP_
#ifndef NESCI_INCLUDE_NESCI_NEST_MULTIMETER_LAYOUT_HPP_
#define NESCI_INCLUDE_NESCI_NEST_MULTIMETER_LAYOUT_HPP_
#include <string>
......@@ -42,4 +42,4 @@ inline std::string GetPathForParameter(const std::string& parameter) {
} // namespace layout
} // namespace nesci
#endif // LAYOUT_INCLUDE_NESCI_LAYOUT_NEST_MULTIMETER_HPP_
#endif // NESCI_INCLUDE_NESCI_NEST_MULTIMETER_LAYOUT_HPP_
......@@ -19,8 +19,8 @@
// limitations under the License.
//------------------------------------------------------------------------------
#ifndef LAYOUT_INCLUDE_NESCI_LAYOUT_SPIKE_DETECTOR_HPP_
#define LAYOUT_INCLUDE_NESCI_LAYOUT_SPIKE_DETECTOR_HPP_
#ifndef NESCI_INCLUDE_NESCI_SPIKE_DETECTOR_LAYOUT_HPP_
#define NESCI_INCLUDE_NESCI_SPIKE_DETECTOR_LAYOUT_HPP_
#include <string>
......@@ -35,4 +35,4 @@ inline std::string GetTimesPath() { return "times"; }
} // namespace layout
} // namespace nesci
#endif // LAYOUT_INCLUDE_NESCI_LAYOUT_SPIKE_DETECTOR_HPP_
#endif // NESCI_INCLUDE_NESCI_SPIKE_DETECTOR_LAYOUT_HPP_
//------------------------------------------------------------------------------
// nesci -- neuronal simulator conan interface
//
// Copyright (c) 2018 RWTH Aachen University, Germany,
// Virtual Reality & Immersive Visualization Group.
//------------------------------------------------------------------------------
// License
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//------------------------------------------------------------------------------
namespace nesci {}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment