Skip to content

Commit

Permalink
Fix documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ujihara committed Dec 23, 2018
1 parent eec8b26 commit 3d94f44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Documentation/Content/VersionHistory/VersionHistory.aml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<listItem><para><link xlink:href="2596a4ac-1470-4cbf-a672-b98243cd4347" /></para></listItem>
<listItem><para><link xlink:href="bb4fe023-dcc8-4325-9925-2f36b1dd4de4" /></para></listItem>
<listItem><para><link xlink:href="2EF588D9-B863-4828-A7FD-F86B794FE55B" /></para></listItem>
<listItem><para><link xlink:href="2EF588D9-B863-4828-A7FD-F86B794FE55B" /></para></listItem>
<listItem><para><link xlink:href="4DE10F64-7087-4EDD-9982-F0FC13F66841" /></para></listItem>
<listItem><para><link xlink:href="545F92A8-BC20-45AA-BAC2-7A0C2632C469" /></para></listItem>
<listItem><para><link xlink:href="630E3988-7515-480E-813A-44427F76EFC1" /></para></listItem>
Expand Down
2 changes: 0 additions & 2 deletions ExampleCodes/Chem_Example.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class Chem_Example
{
static void Main(string[] args)
{
#region
var toluene = Chem.MolFromSmiles("Cc1ccccc1");
var mol1 = Chem.MolFromFile("Data/input.mol");
var stringWithMolData = new StreamReader("Data/input.mol").ReadToEnd();
Expand Down Expand Up @@ -44,7 +43,6 @@ static void Main(string[] args)
{
Console.WriteLine(gzsuppl.Count(x => x != null));
}
#endregion
}
}
}

0 comments on commit 3d94f44

Please sign in to comment.