Skip to content

Commit

Permalink
[thermo] move plasma back to thermo folder
Browse files Browse the repository at this point in the history
  • Loading branch information
BangShiuh committed Feb 19, 2022
1 parent eac2838 commit 9d5fe95
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion interfaces/cython/cantera/_cantera.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ cdef extern from "cantera/thermo/SurfPhase.h":
void getCoverages(double*) except +translate_exception


cdef extern from "cantera/plasma/PlasmaPhase.h":
cdef extern from "cantera/thermo/PlasmaPhase.h":
cdef cppclass CxxPlasmaPhase "Cantera::PlasmaPhase":
CxxPlasmaPhase()
void setElectronEnergyGrid(vector[double]&) except +translate_exception
Expand Down
1 change: 0 additions & 1 deletion src/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ libs = [('base', ['cpp'], baseSetup),
('base', ['^application.cpp'], applicationSetup),
('base', ['^global.cpp'], globalSetup),
('thermo', ['cpp'], defaultSetup),
('plasma', ['cpp'], defaultSetup),
('tpx', ['cpp'], defaultSetup),
('equil', ['cpp','c'], defaultSetup),
('numerics', ['cpp'], defaultSetup),
Expand Down
2 changes: 1 addition & 1 deletion src/plasma/PlasmaPhase.cpp → src/thermo/PlasmaPhase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// 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.

#include "cantera/plasma/PlasmaPhase.h"
#include "cantera/thermo/PlasmaPhase.h"
#include "cantera/base/global.h"
#include "cantera/numerics/funcs.h"

Expand Down
2 changes: 1 addition & 1 deletion src/thermo/ThermoFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "cantera/thermo/PDSSFactory.h"
#include "cantera/thermo/MultiSpeciesThermo.h"
#include "cantera/thermo/IdealGasPhase.h"
#include "cantera/plasma/PlasmaPhase.h"
#include "cantera/thermo/PlasmaPhase.h"

#include "cantera/thermo/IdealSolidSolnPhase.h"
#include "cantera/thermo/MaskellSolidSolnPhase.h"
Expand Down

0 comments on commit 9d5fe95

Please sign in to comment.