Codebase list gentle / debian/1.9+cvs20100605+dfsg1-4 ncoils.h
debian/1.9+cvs20100605+dfsg1-4

Tree @debian/1.9+cvs20100605+dfsg1-4 (Download .tar.gz)

ncoils.h @debian/1.9+cvs20100605+dfsg1-4raw · history · blame

#ifndef __NCOILS_H_
#define __NCOILS_H_

//#include "main.h"

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>

#include <string>

using namespace std ;

string ncoils_function( const char *_sequence , int window = 21 ) ;


#endif