Changeset 9320 for issm/trunk/src/c/objects/DofIndexing.cpp
- Timestamp:
- 08/12/11 11:21:41 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/DofIndexing.cpp
r9020 r9320 4 4 5 5 #ifdef HAVE_CONFIG_H 6 #include "config.h"6 #include <config.h> 7 7 #else 8 8 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 9 9 #endif 10 10 11 #include "stdio.h"11 #include <stdio.h> 12 12 #include "./objects.h" 13 13 #include <string.h>
Note:
See TracChangeset
for help on using the changeset viewer.