Skip to content

Commit aff3e13

Browse files
committed
Fix a couple of typos
1 parent 9dbc44d commit aff3e13

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CTestConfig.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
SET (CTEST_DROP_SITE "http://svn.cscs.ch:8081")
2-
SET (CTEST_DROP_LOCATION "CSCS-Main")
3-
SET (CTEST_TRIGGER_SITE "http://${CTEST_DROP_SITE}/${CTEST_DROP_LOCATION}")
4-
51
## This file should be placed in the root directory of your project.
62
## Then modify the CMakeLists.txt file in the root directory of your
73
## project to incorporate the testing dashboard.

src/H5FDdsmSteering.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ herr_t H5FD_dsm_steering_scalar_get(const char *name, hid_t mem_type, void *data
367367
}
368368

369369
//----------------------------------------------------------------------------
370-
// Function: H5FD_dsm_steering_scalar_get
370+
// Function: H5FD_dsm_steering_scalar_set
371371
//
372372
// Purpose: Set the scalar value corresponding to the property name given in the template.
373373
//
@@ -429,7 +429,7 @@ herr_t H5FD_dsm_steering_vector_get(const char *name, hid_t mem_type, hsize_t nu
429429
}
430430

431431
//----------------------------------------------------------------------------
432-
// Function: H5FD_dsm_steering_vector_get
432+
// Function: H5FD_dsm_steering_vector_set
433433
//
434434
// Purpose: Set the vector valued corresponding to the property name given in the template.
435435
//

0 commit comments

Comments
 (0)