ARTS  2.0.49
make_auto_md_cc.cc File Reference
#include "arts.h"
#include "array.h"
#include "file.h"
#include "methods.h"
#include "workspace_ng.h"
#include "agenda_record.h"

Go to the source code of this file.

Macros

#define DUMMY_ELEMS   0
 
#define DUMMY_COLS   DUMMY_ELEMS
 
#define DUMMY_ROWS   DUMMY_ELEMS
 
#define DUMMY_PAGES   DUMMY_ELEMS
 

Functions

void align (ofstream &ofs, bool &is_first_parameter, const String &indent)
 
int main ()
 

Macro Definition Documentation

◆ DUMMY_COLS

#define DUMMY_COLS   DUMMY_ELEMS

◆ DUMMY_ELEMS

#define DUMMY_ELEMS   0

◆ DUMMY_PAGES

#define DUMMY_PAGES   DUMMY_ELEMS

◆ DUMMY_ROWS

#define DUMMY_ROWS   DUMMY_ELEMS

Function Documentation

◆ align()

void align ( ofstream &  ofs,
bool &  is_first_parameter,
const String indent 
)

Definition at line 26 of file make_auto_md_cc.cc.

Referenced by main().

◆ main()