Commit Graph

3 Commits

Author SHA1 Message Date
Mariette Yvinec 451f5d5a0c make the changed required by Dima in Point_3.C Vector_3.C and Direction_3.C
that is changed the
	return (cond) ? foo : bar;
  into
	if (cond) return foo;
	return bar;
2000-01-27 15:46:16 +00:00
Hervé Brönnimann 2e3318540a Make sure that changes.txt is edited and cvs update is performed 1999-10-12 15:41:07 +00:00
Hervé Brönnimann 4ace593518 Instructions for using package 1999-10-08 15:53:31 +00:00