OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
space.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include <time.h>
#include <sys/times.h>
#include <math.h>
#include "const.h"
#include "params.h"
#include "macros.h"
#include "types.h"
#include "protos.h"
#include "eval.h"

Go to the source code of this file.

Macros

#define FORTRAN(nu, nl, pl, pc)

Macro Definition Documentation

◆ FORTRAN

#define FORTRAN ( nu,
nl,
pl,
pc )
Value:
void nu (); \
void nl pl \
{ nu pc; } \
void nl##_ pl \
{ nu pc; } \
void nl##__ pl \
{ nu pc; } \
void nu pl
character *2 function nl()
Definition message.F:2354

Definition at line 57 of file space.h.

57#define FORTRAN(nu,nl,pl,pc) \
58void nu (); \
59void nl pl \
60{ nu pc; } \
61void nl##_ pl \
62{ nu pc; } \
63void nl##__ pl \
64{ nu pc; } \
65void nu pl