ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Tree-M/object.h
(Generate patch)

Comparing Tree-M/object.h (file contents):
Revision 1.3 by root, Wed May 23 02:11:14 2001 UTC vs.
Revision 1.4 by root, Fri Jul 27 12:48:23 2001 UTC

1#ifndef OBJECT_H 1#ifndef OBJECT_H
2#define OBJECT_H 2#define OBJECT_H
3 3
4#include <cstring>
4#include <cstdlib> 5#include <cstdio>
5#include <stdio.h>
6 6
7#include "PMT.h" 7#include "PMT.h"
8 8
9inline double maxDist() { return ACC->maxDist; } 9inline double maxDist() { return ACC->maxDist; }
10inline int sizeofObject() { return ACC->ndims * ACC->elemsize; } 10inline int sizeofObject() { return ACC->ndims * ACC->elemsize; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines