Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang committed Oct 11, 2024
1 parent 2a7cbcb commit 9f7cd27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/colvar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "colvarbias.h"
#include "colvars_memstream.h"

#include "colvarcomp_torchann.h"

std::map<std::string, std::function<colvar::cvc *()>> colvar::global_cvc_map =
std::map<std::string, std::function<colvar::cvc *()>>();
Expand Down
1 change: 0 additions & 1 deletion src/colvarcomp_torchann.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ colvar::torchANN::torchANN()
provide(f_cvc_periodic);
}


colvar::torchANN::~torchANN() {}


Expand Down

0 comments on commit 9f7cd27

Please sign in to comment.