Clustal Omega  1.1.0
src/clustal/weights.h
Go to the documentation of this file.
00001 /*********************************************************************
00002  * Clustal Omega - Multiple sequence alignment
00003  *
00004  * Copyright (C) 2010 University College Dublin
00005  *
00006  * Clustal-Omega is free software; you can redistribute it and/or
00007  * modify it under the terms of the GNU General Public License as
00008  * published by the Free Software Foundation; either version 2 of the
00009  * License, or (at your option) any later version.
00010  *
00011  * This file is part of Clustal-Omega.
00012  *
00013  ********************************************************************/
00014 
00015 /*
00016  *  RCS $Id: weights.h 193 2011-02-07 15:45:21Z andreas $
00017  */
00018 
00019 #ifndef CLUSTALO_WEIGHTS_H
00020 #define CLUSTALO_WEIGHTS_H
00021 
00022 extern int
00023 CalcClustalWeights(double **pdWeights_p, tree_t *prTree);
00024 
00025 
00026 #endif