#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <memory.h>
#include <string.h>
#include "basisset.h"
#include "output.h"
#include "memorymanag.h"
Functions | |
| static void | remove_zeros (basisset_atom_struct *currAtom, int shellBaseIndex, int noOfShellsCurrBatch) |
| int | read_basisset_file (basisset_struct *result, const char *fileName, int dirc, const char *dirv[], int print_raw) |
| int read_basisset_file | ( | basisset_struct * | result, | |
| const char * | fileName, | |||
| int | dirc, | |||
| const char * | dirv[], | |||
| int | print_raw | |||
| ) |
| static void remove_zeros | ( | basisset_atom_struct * | currAtom, | |
| int | shellBaseIndex, | |||
| int | noOfShellsCurrBatch | |||
| ) | [static] |
1.4.7