Parent Directory
|
Revision Log
|
Patch
revision 151 by jgs, Thu Sep 1 03:31:39 2005 UTC | revision 152 by phornby, Fri Oct 21 08:32:21 2005 UTC | |
---|---|---|
# | Line 82 void DataExpandedTestCase::testAll() { | Line 82 void DataExpandedTestCase::testAll() { |
82 | data[0]=0.0; | data[0]=0.0; |
83 | data[1]=1.0; | data[1]=1.0; |
84 | data[2]=2.0; | data[2]=2.0; |
85 | DataExpanded testData1(FunctionSpace(),shape,data); | FunctionSpace tmp_fns; |
86 | DataExpanded testData1(tmp_fns,shape,data); | |
87 | ||
88 | cout << "\tTest getLength." << endl; | cout << "\tTest getLength." << endl; |
89 | assert(testData1.getLength()==pointData.noValues()); | assert(testData1.getLength()==pointData.noValues()); |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |