make vdwfactor consistent and speed up rendering for VDW mode by skipping bonds

This commit is contained in:
Axel Kohlmeyer
2023-08-20 00:09:41 -04:00
parent b592542a5b
commit 93f011ad7c
2 changed files with 9 additions and 5 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)
project(lammps-gui VERSION 1.2.3 LANGUAGES CXX)
project(lammps-gui VERSION 1.2.4 LANGUAGES CXX)
set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTOMOC ON)