mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
make reuse compliant
Signed-off-by: Alexandra <alexandra.bach@eonerc.rwth-aachen.de>
This commit is contained in:
parent
03d3171e56
commit
6781f9317a
2 changed files with 10 additions and 12 deletions
|
@ -1,10 +1,9 @@
|
||||||
/** Node-type for loopback connections.
|
/* Node-type for SMU data acquisition.
|
||||||
*
|
*
|
||||||
* @file
|
* Author: Manuel Pitz <manuel.pitz@eonerc.rwth-aachen.de>
|
||||||
* @author Manuel Pitz <post@steffenvogel.de>
|
* SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
||||||
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
* @license Apache 2.0
|
*/
|
||||||
*********************************************************************************/
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
/** Node-type for smu data aquisition.
|
/* Node-type for SMU data acquisition.
|
||||||
*
|
*
|
||||||
* @file
|
* Author: Manuel Pitz <manuel.pitz@eonerc.rwth-aachen.de>
|
||||||
* @author Manuel Pitz <manuel.pitz@eonerc.rwth-aachen.de>
|
* SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
||||||
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
* @license Apache 2.0
|
*/
|
||||||
*********************************************************************************/
|
|
||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
Loading…
Add table
Reference in a new issue