Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90958342
compute_energy.hh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Nov 6, 09:57
Size
446 B
Mime Type
text/x-c++
Expires
Fri, Nov 8, 09:57 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22133101
Attached To
R7571 SP4E-TB-TL-FR
compute_energy.hh
View Options
#ifndef __COMPUTE_ENERGY__HH__
#define __COMPUTE_ENERGY__HH__
/* -------------------------------------------------------------------------- */
#include "compute.hh"
//! Base class for energy computation
class
ComputeEnergy
:
public
Compute
{
// Methods
public
:
Real
getValue
()
{
return
value
;
}
protected
:
Real
value
;
};
/* -------------------------------------------------------------------------- */
#endif
//__COMPUTE_ENERGY__HH__
Event Timeline
Log In to Comment