From 7c33e12800dbbe6597b66e8c93cfa0976a7d6bd9 Mon Sep 17 00:00:00 2001 From: halw Date: Sun, 4 Sep 2011 20:42:00 +0000 Subject: [PATCH] m Author:halw Date:2011-09-04T20:42:00.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@970 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../concurrent-eiffel-scoop/scoop-practical-matters.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-practical-matters.wiki b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-practical-matters.wiki index a9eaf787..e7da8aea 100644 --- a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-practical-matters.wiki +++ b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-practical-matters.wiki @@ -41,7 +41,7 @@ However, there is a special version of the precompiled EiffelBase library for SC {{note|When you use a precompiled library, the ''Concurrency'' setting for that library trumps whatever ''Concurrency'' value you have set for the project. So, if you use the "base-safe.ecf" precompiled library, your project will not be SCOOP-enabled regardless of the setting of ''Concurrency'' in the Target. Likewise, using the "base-scoop-safe.ecf" precompiled library always produces a SCOOP-enabled project, even if the Target ''Concurrency'' setting is ''No concurrency''.}} -===The SCOOP setting=== +===The SCOOP Concurrency setting=== Then, you should select ''SCOOP'' as a value for the ''Concurrency'' setting for your project.