Skip to content

Commit

Permalink
Fixed comment in write_tensor
Browse files Browse the repository at this point in the history
  • Loading branch information
xwasco committed May 10, 2021
1 parent 2ddb19d commit 08fffed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -425,11 +425,9 @@ class Tensor
* data(3,1,1)
* data(3,2,1)
*
* if the file is not reachable throw unable_to_read_file()
*
*/
void write_file(string filename);

};

#endif
#endif

0 comments on commit 08fffed

Please sign in to comment.