Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Mareframe
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[mareframe] Annotation of /trunk/gadget/popinfo.cc
[mareframe] / trunk / gadget / popinfo.cc Repository:
ViewVC logotype

Annotation of /trunk/gadget/popinfo.cc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (view) (download)

1 : agomez 1 #include "popinfo.h"
2 :     #include "mathfunc.h"
3 :    
4 :     PopInfo& PopInfo::operator = (const PopInfo& a) {
5 :     N = a.N;
6 :     W = a.W;
7 :     return *this;
8 :     }
9 :    
10 :     PopInfo PopInfo::operator * (double a) {
11 :     PopInfo c;
12 :     c.N = N * a;
13 :     c.W = W;
14 :     return c;
15 :     }

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge