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

Diff of /ff3d/language/Instruction.cpp

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

revision 1.3 by delpinux, Fri Aug 8 08:39:56 2003 UTC revision 1.4 by delpinux, Sun Sep 28 12:55:15 2003 UTC
# Line 198  void InstructionSaveFunction::execute() Line 198  void InstructionSaveFunction::execute()
198        } // if not continues the standard method        } // if not continues the standard method
199      }      }
200      default: {      default: {
201        FunctionExpression& f = *(*__function).value();        FunctionExpression& f = (*__function);
202        for (size_t i=0; i<mesh.numberOfVertices(); ++i) {        for (size_t i=0; i<mesh.numberOfVertices(); ++i) {
203          const TinyVector<3>& X = mesh.vertex(i);          const TinyVector<3>& X = mesh.vertex(i);
204          fsol << f.value(X[0], X[1], X[2]) << CR;          fsol << f.value(X[0], X[1], X[2]) << CR;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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