/[ff3d]/ff3d/language/VariationalProblemExpression.cpp
ViewVC logotype

Diff of /ff3d/language/VariationalProblemExpression.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by delpinux, Mon Feb 17 16:32:53 2003 UTC revision 1.2 by delpinux, Sun May 4 18:09:01 2003 UTC
# Line 296  execute() Line 296  execute()
296      listOfBCSet[i] = new BoundaryConditionSet();      listOfBCSet[i] = new BoundaryConditionSet();
297    }    }
298    
299    for (VariationalDirichletListExpression::const_iterator    for (VariationalDirichletListExpression::iterator
300           i = (*__dirichletList).begin();           i = (*__dirichletList).begin();
301         i != (*__dirichletList).end(); ++i) {         i != (*__dirichletList).end(); ++i) {
302      size_t number = (*__unknownList).number((*(*i)).unknown());      size_t number = (*__unknownList).number((*(*i)).unknown());

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26