Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.24 by utke, Wed Sep 19 20:46:03 2012 UTC | revision 1.25 by mlosch, Thu Aug 10 14:06:59 2017 UTC | |
|---|---|---|
| # | Line 210 C precision when they see .Dnn which | Line 210 C precision when they see .Dnn which |
| 210 | #define _F64( a ) DFLOAT( a ) | #define _F64( a ) DFLOAT( a ) |
| 211 | #endif | #endif |
| 212 | ||
| 213 | C-- Set the format for writing processor IDs, e.g. in S/R eeset_parms | |
| 214 | C and S/R open_copy_data_file. The default of I9.9 should work for | |
| 215 | C a long time (until we will use 10e10 processors and more) | |
| 216 | #define FMT_PROC_ID 'I9.9' | |
| 217 | ||
| 218 | #endif /* _CPP_EEMACROS_H_ */ | #endif /* _CPP_EEMACROS_H_ */ |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |