Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Deng committed Mar 16, 2013
1 parent c419ce9 commit d7f1d98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rbm.h
Expand Up @@ -47,8 +47,6 @@ Permission is granted for anyone to copy, use, modify, or distribute this progra
#include <time.h>
#include <assert.h>

/*
*/
template <typename T>
struct Vector: public std::vector<typename std::enable_if<std::is_floating_point<T>::value, T>::type>
{
Expand Down

0 comments on commit d7f1d98

Please sign in to comment.