summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h')
-rw-r--r--src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h b/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h
index bf8c65b9..0f3e689b 100644
--- a/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h
+++ b/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h
@@ -299,11 +299,11 @@ class Persistent_cohomology {
public:
/** \brief Initializes the coefficient field.*/
- void init_coefficients(uint16_t charac) {
+ void init_coefficients(int charac) {
coeff_field_.init(charac);
}
/** \brief Initializes the coefficient field for multi-field persistent homology.*/
- void init_coefficients(uint16_t charac_min, uint16_t charac_max) {
+ void init_coefficients(int charac_min, int charac_max) {
coeff_field_.init(charac_min, charac_max);
}