Skip to content

Commit

Permalink
Updated for 2024-03.
Browse files Browse the repository at this point in the history
  • Loading branch information
seidewitz committed Apr 15, 2024
1 parent 444fb88 commit 3c9c066
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 2 deletions.
Binary file modified doc/1-Kernel_Modeling_Language.pdf
Binary file not shown.
Binary file modified doc/2a-OMG_Systems_Modeling_Language.pdf
Binary file not shown.
Binary file modified doc/2b-SysML_v1_to_v2_Transformation.pdf
Binary file not shown.
Binary file modified doc/3-Systems_Modeling_API_and_Services.pdf
Binary file not shown.
Binary file modified doc/Intro to the SysML v2 Language-Textual Notation.pdf
Binary file not shown.
Binary file modified install/eclipse/org.omg.sysml.site.zip
Binary file not shown.
Binary file modified install/jupyter/README.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion install/jupyter/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@echo off

set SYSML_VERSION="0.39.0"
set SYSML_VERSION="0.40.0"

echo --- Step 1: Testing Conda installation ---
where conda
Expand Down
2 changes: 1 addition & 1 deletion install/jupyter/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

set -e

SYSML_VERSION="0.39.0"
SYSML_VERSION="0.40.0"

echo "--- Step 1: Testing Conda installation ---"
command -v conda || (echo "Conda is not installed. Please install Conda and re-run." && return 1)
Expand Down
4 changes: 4 additions & 0 deletions sysml/src/examples/Simple Tests/OccurrenceTest.sysml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ package OccurrenceTest {
}

individual snapshot s4 : Ind;

occurrence o1 {
occurrence o2;
}
}

0 comments on commit 3c9c066

Please sign in to comment.