mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
make reuse compliant
Signed-off-by: Alexandra <alexandra.bach@eonerc.rwth-aachen.de>
This commit is contained in:
parent
b8b6a0e585
commit
39ab223c3e
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 <post@steffenvogel.de>
|
||||
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
|
||||
* @license Apache 2.0
|
||||
*********************************************************************************/
|
||||
* Author: Manuel Pitz <manuel.pitz@eonerc.rwth-aachen.de>
|
||||
* SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#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>
|
||||
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
|
||||
* @license Apache 2.0
|
||||
*********************************************************************************/
|
||||
* Author: Manuel Pitz <manuel.pitz@eonerc.rwth-aachen.de>
|
||||
* SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <list>
|
||||
#include <cmath>
|
||||
|
|
Loading…
Add table
Reference in a new issue