Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
seto77 committed Oct 16, 2020
1 parent 0f2eaae commit 6a3619f
Show file tree
Hide file tree
Showing 13 changed files with 2,244 additions and 2,158 deletions.
3 changes: 2 additions & 1 deletion Crystallography.Controls/Crystal/EOSControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ public void CalculatePressure()
numericBoxEOS_V0perMol.Value = numericBoxEOS_V0perCell.Value * 6.0221367 / crystal.ChemicalFormulaZ / 10;

if (checkBoxUseEOS.Checked)
numericBoxPressure.Value = crystal.EOSCondition.GetPressure(crystal.Volume * 1000);
EOScondition.Pressure = numericBoxPressure.Value = crystal.EOSCondition.GetPressure(crystal.Volume * 1000);

SkipEvent = false;
}

Expand Down
4 changes: 2 additions & 2 deletions Crystallography.Controls/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2020.10.16.0824")]
[assembly: AssemblyFileVersion("2020.10.16.0824")]
[assembly: AssemblyVersion("2020.10.16.0943")]
[assembly: AssemblyFileVersion("2020.10.16.0943")]
Binary file modified Crystallography/EOS.cs
Binary file not shown.
4 changes: 2 additions & 2 deletions Crystallography/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// 下にあるように、'*' を使って、すべての値を指定するか、
// ビルドおよびリビジョン番号を既定値にすることができます。

[assembly: AssemblyVersion("2020.10.16.0824")]
[assembly: AssemblyVersion("2020.10.16.0943")]

//
// アセンブリに署名するには、使用するキーを指定しなければなりません。
Expand Down Expand Up @@ -57,5 +57,5 @@
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]
[assembly: ComVisibleAttribute(true)]
[assembly: AssemblyFileVersion("2020.10.16.0824")]
[assembly: AssemblyFileVersion("2020.10.16.0943")]

157 changes: 109 additions & 48 deletions PDIndexer/FormFitting.Designer.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 6a3619f

Please sign in to comment.