src/cpsp/SideChain/options/protein_like_option.cpp
Go to the documentation of this file.00001 /* 00002 * Main authors: 00003 * Mohamad Rabbath <rabbath@informatik.uni-freiburg.de> 00004 * 00005 * Contributing authors: 00006 * Martin Mann <mmann@informatik.uni-freiburg.de> 00007 * Sebastian Will <will@informatik.uni-freiburg.de> 00008 * 00009 * This file is part of the CPSP-tools package: 00010 * http://www.bioinf.uni-freiburg.de/sw/cpsp/ 00011 * 00012 * See the file "LICENSE" for information on usage and 00013 * redistribution of this file, and for a 00014 * DISCLAIMER OF ALL WARRANTIES. 00015 * 00016 */ 00017 00018 #include "protein_like_option.h" 00019 00020 namespace cpsp{ 00021 //side chain threading 00022 namespace scth{ 00023 ProteinLikeOptions::ProteinLikeOptions(){ 00024 RandomizerPath=""; 00025 sideChainOptions.withOutput=false; 00026 statistics=false; 00027 } 00028 00029 } 00030 }