File: wrongProfile.diff

package info (click to toggle)
libcgns 2.5.4-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,740 kB
  • ctags: 4,493
  • sloc: ansic: 46,717; fortran: 1,341; sh: 368; makefile: 259
file content (29 lines) | stat: -rw-r--r-- 874 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- cgnslib_2.5.orig/adfh/ADFH.c	2009-08-31 23:56:39.000000000 +0200
+++ cgnslib_2.5/adfh/ADFH.c	2009-10-04 11:52:43.000000000 +0200
@@ -393,7 +393,7 @@
     return 1;
   }
 
-  aid = H5Acreate(id, name, tid, sid, H5P_DEFAULT, H5P_DEFAULT);
+  aid = H5Acreate(id, name, tid, sid, H5P_DEFAULT);
   if (aid < 0) {
     H5Tclose(tid);
     H5Sclose(sid);
@@ -427,7 +427,7 @@
     return 1;
   }
 
-  aid = H5Acreate(id, name, H5T_NATIVE_CHAR, sid, H5P_DEFAULT, H5P_DEFAULT);
+  aid = H5Acreate(id, name, H5T_NATIVE_CHAR, sid, H5P_DEFAULT);
   if (aid < 0) {
     H5Sclose(sid);
     set_error(ADFH_ERR_ACREATE, err);
@@ -554,7 +554,7 @@
     return 1;
   }
 
-  aid = H5Acreate(id, name, H5T_NATIVE_INT, sid, H5P_DEFAULT, H5P_DEFAULT);
+  aid = H5Acreate(id, name, H5T_NATIVE_INT, sid, H5P_DEFAULT);
   if (aid < 0) {
     H5Sclose(sid);
     set_error(ADFH_ERR_ACREATE, err);