[cam-users] CPP question: Feature? If yes: Which.
Peter Paul Smolka
smolka@uni-muenster.de
Thu, 16 Oct 2003 16:08:10 +0200 (MES)
Hi all,
history.f90 contains at various places:
# if ( staggered ...
# else
# endif
That is: Numbersign, blank, cpp-command.
Generally cpp-commands are written as:
#if ( staggered ...
#else
#endif
e.g. without blank.
As this appears with the variable staggered (and not as standard
coding) the question:
Does above coding utilize a potentially hidden feature of the cpp?
e.g. # if ... is something different than #if ...? : ...............
If yes: What is intended: .................
or
Are blanks simply overread:..............
(e.g. it most likely was included as such for testing purposes).
Best regards, Peter
**********************************************************************
Dr. Peter P. Smolka
University Muenster
Geological Institute
Corrensstr. 24
D-48149 Muenster
Tel.: +49/251/833-3989 +49/2533/4401
Fax: +49/251/833-3989 +49/2533/4401
E-Mail: smolka@uni-muenster.de
E-Mail: PSmolka@T-Online.de
**********************************************************************