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/paramin-beta/condition.cc
[mareframe] / trunk / paramin-beta / condition.cc Repository:
ViewVC logotype

Annotation of /trunk/paramin-beta/condition.cc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (view) (download)

1 : agomez 1 #include "condition.h"
2 :    
3 :     LineSeekerCondition::LineSeekerCondition(LineSearch* lin) {
4 :     lines = lin;
5 :     }
6 :    
7 :     int LineSeekerCondition::computeCondition() {
8 :     return lines->computeConditionFunction();
9 :     }

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

Powered By FusionForge