Skip to content

Commit e629bad

Browse files
ChristineZh0uChristine Zhou
andauthored
Updating import from Plang to PChecker (#742)
Co-authored-by: Christine Zhou <[email protected]>
1 parent ac82d2c commit e629bad

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Tutorial/PriorityQueue/PForeign/ClientFunctions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System.Collections;
2-
using Plang.CSharpRuntime.Values;
2+
using PChecker.PRuntime.Values;
33

44
namespace PImplementation
55
{

Tutorial/PriorityQueue/PForeign/PriorityQueue.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
using System.Linq;
55
using System.IO;
66
using System.Linq.Expressions;
7-
using Plang.CSharpRuntime;
8-
using Plang.CSharpRuntime.Values;
9-
using Plang.CSharpRuntime.Exceptions;
7+
using PChecker.PRuntime;
8+
using PChecker.PRuntime.Values;
9+
using PChecker.PRuntime.Exceptions;
1010
using System.Threading;
1111
using System.Threading.Tasks;
1212

Tutorial/PriorityQueue/PForeign/PriorityQueueFunctions.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
using System.Collections.Generic;
88
using System.Linq;
99
using System.IO;
10-
using Plang.CSharpRuntime;
11-
using Plang.CSharpRuntime.Values;
12-
using Plang.CSharpRuntime.Exceptions;
10+
using PChecker.PRuntime;
11+
using PChecker.PRuntime.Values;
12+
using PChecker.PRuntime.Exceptions;
1313
using System.Threading;
1414
using System.Threading.Tasks;
1515

0 commit comments

Comments
 (0)