Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioJerez committed Jan 5, 2025
1 parent bbbb58e commit 8af1106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions newton-4.00/applications/ndSandbox/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ int main(int, char**)
//ndArray<ndInt32> triangles;
//ndTriangulatePolygon(points, 5, triangles);

ndSharedPtr<int> strong(new int);
ndWeakPtr<int> weak(strong);
//ndSharedPtr<int> strong(new int);
//ndWeakPtr<int> weak(strong);


ndDemoEntityManager demos;
Expand Down

0 comments on commit 8af1106

Please sign in to comment.