diff options
| author | Pjotr Prins | 2025-11-27 13:42:10 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2025-11-27 13:42:10 +0100 |
| commit | eb037e2b78bc6bbeca8dde0c62f9d916e2a7bedc (patch) | |
| tree | f46bf143b93efbffdb03a0a057f777626f558243 /src/gemma_io.cpp | |
| parent | fad3d64d66a4705b3da33a90480c7e24c35b9c44 (diff) | |
| download | pangemma-eb037e2b78bc6bbeca8dde0c62f9d916e2a7bedc.tar.gz | |
Introduce first test
Diffstat (limited to 'src/gemma_io.cpp')
| -rw-r--r-- | src/gemma_io.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gemma_io.cpp b/src/gemma_io.cpp index 99b04af..664a4bd 100644 --- a/src/gemma_io.cpp +++ b/src/gemma_io.cpp @@ -655,7 +655,7 @@ bool ReadFile_fam(const string &file_fam, vector<vector<int>> &indicator_pheno, ## Modified (Mutated) Parameters: 1. **`indicator_idv`** (vector<int>&) - - Actually **not modified** - only read from to determine which individuals to include + - **Not modified** - only read from to determine which individuals to include 2. **`indicator_snp`** (vector<int>&) - **Modified**: Cleared at the start (`indicator_snp.clear()`) |
