-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mdlib
updated
36 files
+9 −0 | .github/workflows/ubuntu22.yml | |
+1 −0 | CMakeLists.txt | |
+1 −1 | benchmark/bench_util.c | |
+4 −4 | src/core/md_allocator.c | |
+2 −2 | src/core/md_arena_allocator.c | |
+1 −1 | src/core/md_hash.c | |
+1 −1 | src/core/md_hash.h | |
+3 −3 | src/core/md_os.c | |
+2 −2 | src/core/md_os.h | |
+18 −18 | src/core/md_unit.c | |
+18 −18 | src/core/md_unit.h | |
+6 −6 | src/core/md_vec_math.h | |
+0 −3 | src/md_frame_cache.c | |
+6 −6 | src/md_gfx.c | |
+5 −5 | src/md_gfx.h | |
+3 −3 | src/md_gl.c | |
+2 −2 | src/md_gl.h | |
+1 −1 | src/md_gro.c | |
+1 −1 | src/md_gro.h | |
+5 −5 | src/md_lammps.c | |
+4 −4 | src/md_lammps.h | |
+1 −1 | src/md_mmcif.c | |
+1 −1 | src/md_mmcif.h | |
+2 −2 | src/md_pdb.c | |
+2 −2 | src/md_pdb.h | |
+133 −59 | src/md_script.c | |
+1 −1 | src/md_script_functions.inl | |
+3 −3 | src/md_util.c | |
+3 −3 | src/md_util.h | |
+1 −1 | src/md_vlx.c | |
+1 −1 | src/md_vlx.h | |
+2 −2 | src/md_xyz.c | |
+2 −2 | src/md_xyz.h | |
+1 −1 | test_data | |
+14 −4 | unittest/test_lammps.c | |
+24 −0 | unittest/test_script.c |