Skip to content

Commit

Permalink
[zeroD] Deprecate Fall/FlowDevice factories
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Feb 4, 2025
1 parent 9e681e1 commit 10b7038
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions include/cantera/zeroD/FlowDeviceFactory.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//! @file FlowDeviceFactory.h

// This file is part of Cantera. See License.txt in the top-level directory or
// at https://cantera.org/license.txt for license and copyright information.

#ifndef FLOWDEVICE_FACTORY_H
#define FLOWDEVICE_FACTORY_H

#pragma message("warning: FlowDeviceFactory.h is deprecated and will be removed " \
"after Cantera 3.2. Use ConnectorFactory.h instead.")

#include "ConnectorFactory.h"

#endif
14 changes: 14 additions & 0 deletions include/cantera/zeroD/WallFactory.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//! @file WallFactory.h

// This file is part of Cantera. See License.txt in the top-level directory or
// at https://cantera.org/license.txt for license and copyright information.

#ifndef WALL_FACTORY_H
#define WALL_FACTORY_H

#pragma message("warning: WallFactory.h is deprecated and will be removed " \
"after Cantera 3.2. Use ConnectorFactory.h instead.")

#include "ConnectorFactory.h"

#endif

0 comments on commit 10b7038

Please sign in to comment.