diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-26 15:38:11 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-26 15:38:11 (GMT) |
commit | 0be212e75d73644b1cff8291a4b6a6fe0098b942 (patch) | |
tree | 05bfeea810ad680d3cfbfa385fe694cb7dc0840d /src/PolySetEvaluator.cc | |
parent | 04f8d5863b5797f25c226b970dba8e87abb836c8 (diff) | |
parent | 4ff2d1af446c1f276c644b12e6ec4cc6db0b6d65 (diff) |
Merge branch 'master' into threading
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. */ /*! |