ProtoMol - an object-oriented component based framework for Molecular Dynamics simulations.

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

Cycles.h File Reference

#include "protomol.h"
#include <time.h>

Namespaces

namespace  ProtoMol
namespace  ProtoMol::Private

Defines

#define INLINE_ELAPSED(INL)

Define Documentation

#define INLINE_ELAPSED INL   ) 
 

Value:

static INL double elapsed(ticks t1, ticks t0) \
{                                                                         \
     return (double)(t1 - t0);                                            \
}
Last update: . GNU GENERAL PUBLIC LICENSE, copyrighted by the University of Notre Dame and the University of Bergen, Norway.