Changeset 11942
- Timestamp:
- 04/05/12 14:53:32 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/include/globals.h
r9761 r11942 6 6 #define GLOBALS_H_ 7 7 8 int my_rank ;9 int num_procs ;8 int my_rank=0; 9 int num_procs=1; 10 10 11 11 #endif
Note:
See TracChangeset
for help on using the changeset viewer.