diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-26 10:47:02 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-26 10:47:02 (GMT) |
commit | 686781d57f4d771b1a25f05a799ebf316eb8a055 (patch) | |
tree | 880c921f356c5104c779b03914864f5af0f3319b /src/PolySetEvaluator.cc | |
parent | 3e64e63b0113a99666ad68aa3e82bb7b80324d9b (diff) |
Minor doc clarification
Diffstat (limited to 'src/PolySetEvaluator.cc')
-rw-r--r-- | src/PolySetEvaluator.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PolySetEvaluator.cc b/src/PolySetEvaluator.cc index b5075ba..fc68fb2 100644 --- a/src/PolySetEvaluator.cc +++ b/src/PolySetEvaluator.cc @@ -7,8 +7,8 @@ /*! The task of PolySetEvaluator is to create, keep track of and cache PolySet instances. - All instances of PolySet which are not strictly temporary should be requested through this - class. + All instances of PolySet which are not strictly temporary should be + requested through this class. */ /*! |