diff options
author | Wim van Aarle <wimvanaarle@gmail.com> | 2015-03-03 18:22:23 +0100 |
---|---|---|
committer | Wim van Aarle <wimvanaarle@gmail.com> | 2015-03-03 18:22:23 +0100 |
commit | a452bc6f1c450a7174ec257d052dfe3ce25b1623 (patch) | |
tree | 95da84f485a0235f4cf049717f953909f6bf3f37 /astra_vc11.vcxproj | |
parent | e468c6c546dbb4d9665ccb95b1571a160753d50e (diff) | |
download | astra-a452bc6f1c450a7174ec257d052dfe3ce25b1623.tar.gz astra-a452bc6f1c450a7174ec257d052dfe3ce25b1623.tar.bz2 astra-a452bc6f1c450a7174ec257d052dfe3ce25b1623.tar.xz astra-a452bc6f1c450a7174ec257d052dfe3ce25b1623.zip |
created parallel_vec geometry class
Diffstat (limited to 'astra_vc11.vcxproj')
-rw-r--r-- | astra_vc11.vcxproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/astra_vc11.vcxproj b/astra_vc11.vcxproj index 6596a05..91b216e 100644 --- a/astra_vc11.vcxproj +++ b/astra_vc11.vcxproj @@ -263,6 +263,7 @@ <ClCompile Include="src\ParallelBeamStripKernelProjector2D.cpp" /> <ClCompile Include="src\ParallelProjectionGeometry2D.cpp" /> <ClCompile Include="src\ParallelProjectionGeometry3D.cpp" /> + <ClCompile Include="src\ParallelVecProjectionGeometry2D.cpp" /> <ClCompile Include="src\ParallelVecProjectionGeometry3D.cpp" /> <ClCompile Include="src\PlatformDepSystemCode.cpp" /> <ClCompile Include="src\ProjectionGeometry2D.cpp" /> @@ -375,6 +376,7 @@ <ClInclude Include="include\astra\ParallelProjectionGeometry2D.h" /> <ClInclude Include="include\astra\ParallelProjectionGeometry3D.h" /> <ClInclude Include="include\astra\ParallelVecProjectionGeometry3D.h" /> + <ClInclude Include="include\astra\ParallelVecProjectionGeometry2D.h" /> <ClInclude Include="include\astra\PlatformDepSystemCode.h" /> <ClInclude Include="include\astra\ProjectionGeometry2D.h" /> <ClInclude Include="include\astra\ProjectionGeometry3D.h" /> @@ -438,4 +440,4 @@ <ImportGroup Label="ExtensionTargets"> <Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 5.5.targets" /> </ImportGroup> -</Project> +</Project>
\ No newline at end of file |