We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 062e482 + 19d0bd6 commit 017016fCopy full SHA for 017016f
Common/include/option_structure.inl
@@ -1383,7 +1383,7 @@ class COptionWallSpecies : public COptionBase {
1383
}
1384
1385
// Calculate number of species for each marker
1386
- for (unsigned short i = 0; i < marker_indices.size(); i++) {
+ for (size_t i = 0; i < marker_indices.size(); i++) {
1387
unsigned short start_idx = marker_indices[i] + 1; // Start after marker name
1388
unsigned short end_idx = (i + 1 < marker_indices.size()) ? marker_indices[i + 1] : totalVals;
1389
unsigned short entries = end_idx - start_idx;
0 commit comments