Skip to content

Commit 2b386ec

Browse files
committed
Added readme, license and gitignore as solution items
1 parent 210a38e commit 2b386ec

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

FFTW.NET.sln

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FFTW.NET", "FFTW.NET\FFTW.N
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApp", "TestApp\TestApp.csproj", "{FF3AE58A-D8C5-4660-A253-6DFD46EEB8E6}"
99
EndProject
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C70D1EED-A6CF-48D4-A689-D21FE0A46AEB}"
11+
ProjectSection(SolutionItems) = preProject
12+
.gitignore = .gitignore
13+
LICENSE = LICENSE
14+
README.md = README.md
15+
EndProjectSection
16+
EndProject
1017
Global
1118
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1219
Debug|Any CPU = Debug|Any CPU

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ There are three array classes which you can use to perform transformations:
2626
* FftwArray<T>: This class allocates unmanaged memory using fftw_malloc.
2727
This class was somewhat rendered obsolete by the introduction of AlignedArray<T>.
2828

29-
If none of these fits your needs, you can always create your own by
29+
If none of these fit your needs, you can always create your own by
3030
implementing the IPinnedArray<T> interface.

0 commit comments

Comments
 (0)