Search found 2 matches
- Fri Feb 25, 2011 11:25 am
- Forum: Other questions
- Topic: is vector length determined by input file?
- Replies: 3
- Views: 2165
Re: is vector length determined by input file?
Ted, thank you.
- Thu Feb 24, 2011 2:23 pm
- Forum: Other questions
- Topic: is vector length determined by input file?
- Replies: 3
- Views: 2165
is vector length determined by input file?
In the code below I specify a new vector of length 3. However, when I initialize vector components from a file, the length of the vector becomes determined by the file length. If, for example, a file has 5 numbers (as below), the vector length becomes equal to 5. If a file has 2 numbers in it (not s...