Skip to content

Commit 6be1050

Browse files
committed
seperate traditional and new-style packaging
1 parent f5ff8d1 commit 6be1050

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

QueueSDP.wl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
(* Version: 0.2.0 *)
1111

1212

13-
Package["QueueSDP`"]
14-
(* ClearAll[Evaluate[Context[] <> "*"]] *)
15-
ClearAll[ProcessMomentTruncation,QueueMomentTruncation];
13+
BeginPackage["QueueSDP`"]
14+
ClearAll[Evaluate[Context[] <> "*"]]
1615

1716

1817
(* ::Section:: *)

0 commit comments

Comments
 (0)