Skip to content

Commit

Permalink
Comments out the vib part for now
Browse files Browse the repository at this point in the history
We return to this when we get proper vib data
  • Loading branch information
guser40 committed Aug 16, 2024
1 parent a1df42e commit d8b0479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/veloxchem/veloxchem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,7 @@ struct VeloxChem : viamd::EventHandler {
rsp.first_plot_rot_ecd = false;
ImGui::TreePop();
}
#if 0
if (rsp.first_plot_vib) { ImGui::SetNextItemOpen(true); }
if (ImGui::TreeNode("Vibrational Analysis")) {
// draw the vibrational analysis
Expand Down Expand Up @@ -1693,7 +1693,7 @@ struct VeloxChem : viamd::EventHandler {

ImGui::TreePop();
}

#endif
}
ImGui::End();

Expand Down

0 comments on commit d8b0479

Please sign in to comment.