Skip to content

Commit

Permalink
Rebase onto upstream/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jongyoonbae committed Mar 17, 2023
1 parent 2490448 commit 8cc8923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/thermo/ThermoFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ ThermoFactory::ThermoFactory()
reg("ideal-surface", []() { return new SurfPhase(); });
addDeprecatedAlias("ideal-surface", "Surface");
addDeprecatedAlias("ideal-surface", "Surf");
reg("coverage-dependent-surface", []() { return new CoverageDependentSurfPhase(); });
reg("edge", []() { return new EdgePhase(); });
addDeprecatedAlias("edge", "Edge");
reg("electron-cloud", []() { return new MetalPhase(); });
Expand Down

0 comments on commit 8cc8923

Please sign in to comment.