Snoopy Version 6.0 (Albert)
|
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <time.h>
#include <complex.h>
#include <fftw3.h>
#include "common.h"
#include "mainloop.h"
#include "output/output.h"
#include "initflow.h"
#include "gfft.h"
#include "read_config.h"
#include "particles.h"
Functions | |
void | please_wait (void) |
void | print_logo (void) |
void | print_information (void) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
void please_wait | ( | void | ) |
void print_information | ( | void | ) |
void print_logo | ( | void | ) |