Skip to content
Snippets Groups Projects
Commit 6204a092 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

easier testing: start from the straight solution

[[Imported from SVN: r5479]]
parent 55324132
No related branches found
No related tags found
No related merge requests found
......@@ -149,8 +149,12 @@ int main (int argc, char *argv[]) try
// //////////////////////////
// Initial solution
// //////////////////////////
x = 0;
x[x.size()-1][2] = 2*M_PI;
for (int i=0; i<x.size(); i++) {
x[i][0] = 1.0/(x.size()-1);
x[i][1] = 0;
x[i][2] = 0;
}
// /////////////////////////////////////////////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment