Changeset 97c751 for molecuilder/src/analyzer.cpp
- Timestamp:
- Feb 9, 2009, 11:17:28 PM (17 years ago)
- Children:
- f23d7d
- Parents:
- dafe43
- git-author:
- Frederik Heber <heber@…> (02/09/09 23:16:19)
- git-committer:
- Frederik Heber <heber@…> (02/09/09 23:17:28)
- File:
-
- 1 edited
-
molecuilder/src/analyzer.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/analyzer.cpp
rdafe43 r97c751 177 177 output << endl; 178 178 179 output << endl << "Total Chis" << endl << "===============" << endl << Chi.Header[ Hessian.MatrixCounter] << endl;179 output << endl << "Total Chis" << endl << "===============" << endl << Chi.Header[Chi.MatrixCounter] << endl; 180 180 for(int j=0;j<Chi.RowCounter[Chi.MatrixCounter];j++) { 181 for(int k=0;k<Chi.ColumnCounter [Chi.MatrixCounter];k++)181 for(int k=0;k<Chi.ColumnCounter;k++) 182 182 output << scientific << Chi.Matrix[ Chi.MatrixCounter ][j][k] << "\t"; 183 183 output << endl; … … 187 187 output << endl << "Total Chis PAS" << endl << "===============" << endl << ChiPAS.Header[ChiPAS.MatrixCounter] << endl; 188 188 for(int j=0;j<ChiPAS.RowCounter[ChiPAS.MatrixCounter];j++) { 189 for(int k=0;k<ChiPAS.ColumnCounter [ChiPAS.MatrixCounter];k++)189 for(int k=0;k<ChiPAS.ColumnCounter;k++) 190 190 output << scientific << ChiPAS.Matrix[ ChiPAS.MatrixCounter ][j][k] << "\t"; 191 191 output << endl; … … 265 265 for(int j=0;j<ChiPAS.RowCounter[ChiPAS.MatrixCounter];j++) { 266 266 output << j << "\t"; 267 for(int k=0;k<ChiPAS.ColumnCounter [ChiPAS.MatrixCounter];k++)267 for(int k=0;k<ChiPAS.ColumnCounter;k++) 268 268 output << scientific << ChiPAS.Matrix[ ChiPAS.MatrixCounter ][j][k] << "\t"; //*(((k>1) && (k<6))? 1.e6 : 1.) << "\t"; 269 269 output << endl;
Note:
See TracChangeset
for help on using the changeset viewer.
