Skip to content
Snippets Groups Projects
Commit 05fbde20 authored by Matthew Webster's avatar Matthew Webster
Browse files

removed debug text

parent 607cafee
No related branches found
No related tags found
No related merge requests found
......@@ -203,8 +203,6 @@ int setup(int &dof){
design = read_ascii_matrix(fndesign.value());
}
cerr << data << endl << design << endl;
if (perf_demean.value() ) {
if(debug.value())
cout << "De-meaning the data matrix" << endl;
......@@ -260,9 +258,6 @@ int setup(int &dof){
dof-=1;
}
cerr << data << endl << design << endl;
if(normdes.value()){
if(debug.value())
cout << "Normalising design matrix to unit std-deviation" << endl;
......
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