Changeset 12878 for issm/branches/trunk-jpl-damage/src/c/io/io.h
- Timestamp:
- 08/02/12 17:13:12 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:mergeinfo changed
-
issm/branches/trunk-jpl-damage/src/c/io/io.h
r12168 r12878 6 6 #define _ISSM_IO_H_ 7 7 8 #ifdef HAVE_CONFIG_H //config.h {{{18 #ifdef HAVE_CONFIG_H 9 9 #include <config.h> 10 10 #else 11 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 12 #endif 13 //}}}14 15 13 #include "./Disk/diskio.h" 16 14 17 15 /*printf: */ 18 16 int PrintfFunction(const char* format,...); 17 int PrintfFunction(const string & message); 18 int PrintfFunction2(const string & message); 19 19 20 20 #endif /* _IO_H_ */
Note:
See TracChangeset
for help on using the changeset viewer.