Parent Directory
|
Revision Log
|
Patch
revision 2007 by jfenwick, Mon Nov 10 01:21:39 2008 UTC | revision 2008 by phornby, Mon Nov 10 08:59:14 2008 UTC | |
---|---|---|
# | Line 159 DataExpanded::DataExpanded(const Functio | Line 159 DataExpanded::DataExpanded(const Functio |
159 | // now we copy this value to all elements | // now we copy this value to all elements |
160 | for (int i=0;i<getLength();) | for (int i=0;i<getLength();) |
161 | { | { |
162 | for (int j=0;j<getNoValues();++j,++i) | for (unsigned int j=0;j<getNoValues();++j,++i) |
163 | { | { |
164 | vec[i]=data[j]; | vec[i]=data[j]; |
165 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |