Classes | Functions | Variables
sm1.c File Reference
#include <time.h>
#include <string.h>
#include "../csm/csm_all.h"
#include <options/options.h>
Include dependency graph for sm1.c:

Go to the source code of this file.

Classes

struct  sm1_params
 

Functions

int main (int argc, const char *argv[])
 
void sm_options (struct sm_params *p, struct option *ops)
 

Variables

int distance_counter
 
struct sm1_params p
 
const char * sm1_banner
 

Function Documentation

int main ( int  argc,
const char *  argv[] 
)

Definition at line 54 of file sm1.c.

void sm_options ( struct sm_params p,
struct option ops 
)

Definition at line 6 of file sm_options.c.

Variable Documentation

int distance_counter

Definition at line 46 of file math_utils.c.

struct sm1_params p
const char* sm1_banner
Initial value:
=
"There are TWO ways to define the input to this program.\n"
" \n"
"Say that in file A there are the scans \n"
" \n"
" A1 A2 A3 A4 ... \n"
" \n"
"and in file B there are the scans \n"
" \n"
" B1 B2 B3 B4 ... \n"
" \n"
"With this command line: \n"
" \n"
" sm1 --file1 A --file2 B \n"
" \n"
"the matchings will be: \n"
" \n"
" (A1, B1), (A2, B2), etc.\n"
" \n"
"While with this command line:\n"
" \n"
" sm1 --file1 A --file2 A\n"
" \n"
"the matchings will be \n"
" \n"
" (A1, A2), (A3, A4), (A5, A6), ... \n"
" \n"

Definition at line 24 of file sm1.c.



csm
Author(s): Andrea Censi
autogenerated on Tue May 11 2021 02:18:23