Skip to content

Commit

Permalink
Add T4-generated codes
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ujihara committed Aug 10, 2017
1 parent f8dfa00 commit 58023d2
Show file tree
Hide file tree
Showing 6 changed files with 2,138 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Generated by T4
# *.tt.cs
IncludeExamples.xml
cheminf.tokens
$ExampleCodes.cs
# IncludeExamples.xml
# cheminf.tokens
# $ExampleCodes.cs

#

Expand Down
1 change: 1 addition & 0 deletions NCDK/Numerics/Vector.tt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,7 @@ public unsafe void CopyTo(T[] destination, int startIndex)
/// <summary>
/// Returns the element at the given index.
/// </summary>

public unsafe T this[int index]
{
get
Expand Down
Loading

0 comments on commit 58023d2

Please sign in to comment.