Skip to content

Commit

Permalink
Rename project directory for Example 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmatech committed Mar 10, 2013
1 parent 6d899f7 commit 6c541dd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Expand Up @@ -56,7 +56,7 @@ static void Main(string[] args)
objB = objA.AtTime(timeB);
var objC = objA.AtTime(timeC);

Console.WriteLine("How far does he dump in the horizontal direction?");
Console.WriteLine("How far does he jump in the horizontal direction?");
Console.WriteLine(objC.position.x);

Console.WriteLine();
Expand Down
2 changes: 1 addition & 1 deletion Symbolism.sln
Expand Up @@ -7,7 +7,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Physics", "Physics\Physics.csproj", "{73E0C26D-5333-4575-A3E9-5388E975446E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PSE 5E Example 4.3 The Long-Jump", "PSE Example 4.3 The Long-Jump\PSE 5E Example 4.3 The Long-Jump.csproj", "{51C1B8ED-EDB7-443F-BE76-58A881EEFB20}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PSE 5E Example 4.3 The Long-Jump", "PSE 5E Example 4.3 The Long-Jump\PSE 5E Example 4.3 The Long-Jump.csproj", "{51C1B8ED-EDB7-443F-BE76-58A881EEFB20}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PSE 5E Example 4.5 Thats Quite An Arm", "PSE 5E Example 4.5 Thats Quite An Arm\PSE 5E Example 4.5 Thats Quite An Arm.csproj", "{98A9D4E4-2AD1-4CC9-8697-C25097CA7420}"
EndProject
Expand Down

0 comments on commit 6c541dd

Please sign in to comment.