Last change
on this file since 20051 was 18015, checked in by smueller, 10 years ago |
Google Test, new executeable run_test. From now on gtest is required to build MARS. Makefile was adjusted to build the new run_test executeable and link it with gtest libs. A first test was made for the MMatrix Container. All tests are in a new mtest folder.
|
File size:
238 bytes
|
Line | |
---|
1 | # Some Data we want to feed into the simulation using the MMatrix Container
|
---|
2 | # many leading comment lines
|
---|
3 | # and one more
|
---|
4 | #
|
---|
5 | 1.1, 2, 3
|
---|
6 | # a comment line in between
|
---|
7 | 4, 5.5, 6
|
---|
8 | 7, 8, 9.9
|
---|
9 | # 42.0, 1337.0, 3.141
|
---|
10 | #A comment line in the end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.