Deleted Added
sdiff udiff text old ( 3918:1f9a98d198e8 ) new ( 4078:3f73f808bbd4 )
full compact
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 711 unchanged lines hidden (view full) ---

720}
721
722void
723Text::visit(const FormulaData &data)
724{
725 visit((const VectorData &)data);
726}
727
728/* namespace Stats */ }