Skip to content

Commit

Permalink
removed unused variable 'i', added Newtonsoft.Json package amnually, …
Browse files Browse the repository at this point in the history
…since Nuget failed
  • Loading branch information
Jeremy Tammik committed May 18, 2014
1 parent be3c429 commit 1d5e84b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RvtVa3c/RvtVa3c.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>packages\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="RevitAPI">
<HintPath>$(ProgramW6432)\Autodesk\Revit 2015\RevitAPI.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion RvtVa3c/Va3cExportContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ public void OnPolymesh( PolymeshTopology polymesh )

pts = pts.Select( p => t.OfPoint( p ) ).ToList();

int i = 0, v1, v2, v3;
int v1, v2, v3;

foreach( PolymeshFacet facet
in polymesh.GetFacets() )
Expand Down
Binary file added RvtVa3c/packages/Newtonsoft.Json.dll
Binary file not shown.

0 comments on commit 1d5e84b

Please sign in to comment.