[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master 4bb2aed 1/8: Improve concinnity of whitespace
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master 4bb2aed 1/8: Improve concinnity of whitespace |
Date: |
Mon, 30 Jan 2017 02:49:04 +0000 (UTC) |
branch: master
commit 4bb2aed275ca03e9e6830c5a231b7fb47693eaec
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Improve concinnity of whitespace
---
input_sequence.cpp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/input_sequence.cpp b/input_sequence.cpp
index 10c4b62..32a0cb3 100644
--- a/input_sequence.cpp
+++ b/input_sequence.cpp
@@ -162,6 +162,7 @@ InputSequence::InputSequence(std::vector<double> const& v)
prior_value = current_value;
}
}
+
realize_vector();
}
@@ -198,6 +199,7 @@ InputSequence::InputSequence(std::vector<std::string>
const& v)
prior_value = current_value;
}
}
+
realize_vector();
}
@@ -263,6 +265,7 @@ InputSequence::InputSequence
s_prior_value = s_current_value;
}
}
+
realize_vector();
}
- [lmi-commits] [lmi] master updated (8cdbb16 -> bd18171), Greg Chicares, 2017/01/29
- [lmi-commits] [lmi] master 87991df 2/8: Improve encapsulation, Greg Chicares, 2017/01/29
- [lmi-commits] [lmi] master 4646e6e 7/8: Don't mark speculative enhancements as defects [408], Greg Chicares, 2017/01/29
- [lmi-commits] [lmi] master 4bb2aed 1/8: Improve concinnity of whitespace,
Greg Chicares <=
- [lmi-commits] [lmi] master 1556768 3/8: Resolve a marked defect: forbid unsorted sequence intervals [414], Greg Chicares, 2017/01/29
- [lmi-commits] [lmi] master 2a2d275 6/8: Expunge vestiges of an unwanted ctor [411], Greg Chicares, 2017/01/29
- [lmi-commits] [lmi] master bd18171 8/8: Improve a member name [406], Greg Chicares, 2017/01/29
- [lmi-commits] [lmi] master 0f89067 4/8: Resolve a marked defect: default keyword already tested [413], Greg Chicares, 2017/01/29
- [lmi-commits] [lmi] master abb154b 5/8: Write this project's name in lowercase only, Greg Chicares, 2017/01/29