Untangle #ifdef mess in ROS3 code.

This commit is contained in:
Dana Robinson
2019-08-19 16:35:55 -07:00
parent 8b6f3bc7e6
commit 8c40dab59e
13 changed files with 154 additions and 787 deletions

View File

@@ -71,7 +71,7 @@ public class H5FD_ros3_fapl_t implements Serializable {
* @param key "secret key" or "access key" for authenticating request
*/
public H5FD_ros3_fapl_t (String region, String id, String key) {
this.version = 1; /* must equal H5FD__CURR_ROS3_FAPL_T_VERSION */
this.version = 1; /* must equal H5FD_CURR_ROS3_FAPL_T_VERSION */
/* as found in H5FDros3.h */
this.aws_region = region;
this.secret_id = id;