~ubuntu-branches/ubuntu/quantal/texmacs/quantal

« back to all changes in this revision

Viewing changes to src/Graphics/Mathematics/ball.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2010-04-23 07:09:40 UTC
  • mfrom: (4.1.8 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100423070940-72mjdmdepfgrvo8f
Tags: 1:1.0.7.4-2
Re-upload, former upload failed with wrong diff.gz perhaps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
TMPL inline tree as_tree (const ball<C>& b) {
40
40
  return compound ("ball", as_tree (center (b)), as_tree (radius (b))); }
41
 
TMPL inline ostream& operator << (ostream& out, const ball<C>& b) {
 
41
TMPL inline tm_ostream& operator << (tm_ostream& out, const ball<C>& b) {
42
42
  return out << as_math_string (as_tree (b)); }
43
43
 
44
44
TMPL