ESTER
Evolution STEllaire en Rotation
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
Functions | Variables
gen_output.cpp File Reference
#include "ester-config.h"
#include "utils.h"
#include "star.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
Include dependency graph for gen_output.cpp:

Functions

void output2d (const star2d &)
 
void write (const star2d &A, char *var, char *fmt)
 
void readconf (char *line)
 
void matrix_fmt (char *fmt, matrix a)
 
int main (int argc, char *argv[])
 

Variables

int dim =1
 
int pole =0
 
int equator =0
 
int transpose =0
 

Function Documentation

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

Here is the call graph for this function:

void matrix_fmt ( char *  fmt,
matrix  a 
)

Here is the call graph for this function:

void output2d ( const star2d A)

Here is the call graph for this function:

void readconf ( char *  line)
void write ( const star2d A,
char *  var,
char *  fmt 
)

Here is the call graph for this function:

Variable Documentation

int dim =1
int equator =0
int pole =0
int transpose =0