Skip to content

Commit

Permalink
Updating import from Plang to PChecker
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Zhou committed May 31, 2024
1 parent ac82d2c commit 6b9e505
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Tutorial/PriorityQueue/PForeign/ClientFunctions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Collections;
using Plang.CSharpRuntime.Values;
using PChecker.PRuntime.Values;

namespace PImplementation
{
Expand Down
6 changes: 3 additions & 3 deletions Tutorial/PriorityQueue/PForeign/PriorityQueue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
using System.Linq;
using System.IO;
using System.Linq.Expressions;
using Plang.CSharpRuntime;
using Plang.CSharpRuntime.Values;
using Plang.CSharpRuntime.Exceptions;
using PChecker.PRuntime;
using PChecker.PRuntime.Values;
using PChecker.PRuntime.Exceptions;
using System.Threading;
using System.Threading.Tasks;

Expand Down
6 changes: 3 additions & 3 deletions Tutorial/PriorityQueue/PForeign/PriorityQueueFunctions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
using System.Collections.Generic;
using System.Linq;
using System.IO;
using Plang.CSharpRuntime;
using Plang.CSharpRuntime.Values;
using Plang.CSharpRuntime.Exceptions;
using PChecker.PRuntime;
using PChecker.PRuntime.Values;
using PChecker.PRuntime.Exceptions;
using System.Threading;
using System.Threading.Tasks;

Expand Down

0 comments on commit 6b9e505

Please sign in to comment.