Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiqiYu committed Dec 15, 2021
1 parent bab7b75 commit 8d45044
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified week13/Lecture13.pptx
Binary file not shown.
2 changes: 1 addition & 1 deletion week13/examples/nontypeparam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ int main()
Mat<float, 3, 1> vec2(vec);
cout << vec2.getElement(2, 0) << endl;

vec2 = mat; //error
// vec2 = mat; //error

return 0;
}
Binary file modified week14/Lecture14.pptx
Binary file not shown.
2 changes: 1 addition & 1 deletion week14/examples/assert.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <iostream>
#include <cassert>

int main(int argc, char ** argv)
{
assert( argc == 2);
Expand Down

0 comments on commit 8d45044

Please sign in to comment.