SDA (SDA flex)  7.2
Simulation of Diffusional Association
Functions
UHBD2dtgrid.cpp File Reference

Main program to convert a UHBD grid file into DT-Grid format file. More...

#include <stdlib.h>
#include <iostream>
#include <fstream>
#include <string.h>
#include <sstream>
#include <iomanip>
#include <math.h>
#include <sys/stat.h>
#include "DTgrd.hpp"
#include <vector>
Include dependency graph for UHBD2dtgrid.cpp:

Functions

void help_menu (void)
 help menu function. This returns the options to inform the user about the parameters More...
 
int main (int argc, char *argv[])
 main program call More...
 

Detailed Description

Main program to convert a UHBD grid file into DT-Grid format file.

This program converts a UHBD grid file into DT-Grid file format. It inputs and outputs both ascii and binary types. Running the program with "-h" option in command line returns the options available for the user.

Author
Musa Ozboyaci

Function Documentation

◆ help_menu()

void help_menu ( void  )

help menu function. This returns the options to inform the user about the parameters

Here is the caller graph for this function:

◆ main()

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

main program call

Here is the call graph for this function:
Imprint/Privacy