From: Dariusz Murakowski Date: Fri, 24 Apr 2015 08:07:14 +0000 (-0400) Subject: Fix the build: delete all the temporary testing stuff. X-Git-Url: http://src.murakowski.org/?a=commitdiff_plain;h=82680d19cde56ab8832671b6da9192de25d0daaf;p=VirEvoDyn.git Fix the build: delete all the temporary testing stuff. --- diff --git a/ss.cpp b/ss.cpp index 5b4ec36..35396f5 100644 --- a/ss.cpp +++ b/ss.cpp @@ -489,44 +489,6 @@ void usage() int main(int argc, char *argv[]) { -///* - std::string fname = argv[1]; - std::string fname2 = argv[2]; - PottsHamiltonian H(fname,fname2); - for (unsigned i=0; iepitopes.push_back(AARecognizer(argv[4],0)); - T->affinity.push_back(1.0); - T->num_ep = 1; - if (T->recognized(v) > 0.0) - std::cout << "got 'im!\n"; - else - std::cout << "escaped :(\n"; - return 0; -//*/ - RunParameters_SS r; unsigned seed = sim_random_seed();