-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename
EquationOfStateForm
to EquationForm
in src/
- Loading branch information
1 parent
0d36d79
commit 4b4536b
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export EquationOfStateForm, EnergyForm, PressureForm, BulkModulusForm | ||
export EquationForm, EnergyForm, PressureForm, BulkModulusForm | ||
|
||
abstract type EquationOfStateForm end | ||
struct EnergyForm <: EquationOfStateForm end | ||
struct PressureForm <: EquationOfStateForm end | ||
struct BulkModulusForm <: EquationOfStateForm end | ||
abstract type EquationForm end | ||
struct EnergyForm <: EquationForm end | ||
struct PressureForm <: EquationForm end | ||
struct BulkModulusForm <: EquationForm end |