Skip to content

Commit

Permalink
minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dsambit committed Apr 7, 2018
1 parent f2e7393 commit ceac880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dealiiPetscComplexDir="/home/vikramg/DFT-FE-softwares/softwareCentos/dealiiDev/i
alglibDir="/nfs/mcfs_comp/home/rudraa/software/alglib/cpp/src"
libxcDir="/home/vikramg/DFT-FE-softwares/softwareCentos/libxcNew/install_intel18"
spglibDir="/home/vikramg/DFT-FE-softwares/softwareCentos/spglib"
optimizedMode=1
optimizedMode=0
#
#Usually, no changes are needed below this line
#
Expand Down
2 changes: 1 addition & 1 deletion src/force/force.cc
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ void forceClass<FEOrder>::computeConfigurationalForceTotalLinFE()
if (dftParameters::verbosity==2)
std::cout<<"procid: "<< this_mpi_process<<" atomId: "<< atomIdPair.first << ", force component: "<<atomIdPair.second << ", force: "<<d_configForceVectorLinFE[atomForceDof] << std::endl;
#ifdef ENABLE_PERIODIC_BC
if (dftParamters::verbosity==2)
if (dftParameters::verbosity==2)
std::cout<<"procid: "<< this_mpi_process<<" atomId: "<< atomIdPair.first << ", force component: "<<atomIdPair.second << ", forceKPoints: "<<d_configForceVectorLinFEKPoints[atomForceDof] << std::endl;
#endif
}
Expand Down

0 comments on commit ceac880

Please sign in to comment.