diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-11 23:58:36 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-11 23:58:36 +0100 |
commit | 68f693eedc1c2674d1535553bb519dfac07fdc5e (patch) | |
tree | ec62b38ff923c09a4a9a0ec4d914977295ace68b /src | |
parent | 03e551cf41c54f1a08f52f892bfed2800bfe8ecf (diff) |
Fixed comment
Diffstat (limited to 'src')
-rw-r--r-- | src/core/model/Typesystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/Typesystem.cpp b/src/core/model/Typesystem.cpp index 117b50a..76743e1 100644 --- a/src/core/model/Typesystem.cpp +++ b/src/core/model/Typesystem.cpp @@ -238,7 +238,7 @@ bool StructType::buildFromMap(Variant &data, Logger &logger, bool trim) const Variant::arrayType arr; std::vector<bool> set; - // Fetch the size of the input map n and the number of attributes N + // Fetch the number of attributes N const size_t N = attributes.size(); arr.resize(N); set.resize(N); |