@@ -1346,9 +1346,9 @@ void PrintCellRelax(SPARC_OBJ *pSPARC) {
13461346 fprintf (output_fp ,":CELL: %18.10E %18.10E %18.10E\n" , pSPARC -> range_x , pSPARC -> range_y , pSPARC -> range_z );
13471347 fprintf (output_fp ,":VOLUME: %18.10E\n" , pSPARC -> range_x * pSPARC -> range_y * pSPARC -> range_z * pSPARC -> Jacbdet );
13481348 fprintf (output_fp ,":LATVEC:\n" );
1349- fprintf (output_fp ,"%18.10E %18.10E %18.10E \n" ,pSPARC -> LatVec [0 ],pSPARC -> LatVec [1 ],pSPARC -> LatVec [2 ]);
1350- fprintf (output_fp ,"%18.10E %18.10E %18.10E \n" ,pSPARC -> LatVec [3 ],pSPARC -> LatVec [4 ],pSPARC -> LatVec [5 ]);
1351- fprintf (output_fp ,"%18.10E %18.10E %18.10E \n" ,pSPARC -> LatVec [6 ],pSPARC -> LatVec [7 ],pSPARC -> LatVec [8 ]);
1349+ fprintf (output_fp ,"%18.10E %18.10E %18.10E \n" ,pSPARC -> LatUVec [0 ],pSPARC -> LatUVec [1 ],pSPARC -> LatUVec [2 ]);
1350+ fprintf (output_fp ,"%18.10E %18.10E %18.10E \n" ,pSPARC -> LatUVec [3 ],pSPARC -> LatUVec [4 ],pSPARC -> LatUVec [5 ]);
1351+ fprintf (output_fp ,"%18.10E %18.10E %18.10E \n" ,pSPARC -> LatUVec [6 ],pSPARC -> LatUVec [7 ],pSPARC -> LatUVec [8 ]);
13521352 fprintf (output_fp ,":STRESS:\n" );
13531353
13541354 PrintStress (pSPARC , pSPARC -> stress , output_fp );
0 commit comments