We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7741a6 commit f4a5cccCopy full SHA for f4a5ccc
.gitignore
@@ -25,4 +25,4 @@ docs/site/
25
# It records a fixed state of all packages used by the project. As such, it should not be
26
# committed for packages, but should be committed for applications that require a static
27
# environment.
28
-Manifest.toml
+Manifest.toml
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2025 LandslideSIM
+Copyright (c) 2025 LandslideSIM
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
test/runtests.jl
@@ -1,2 +1,4 @@
using MaterialPointVisualizer
-using Test
+using Test
+
0 commit comments