]> git.unchartedbackwaters.co.uk Git - francis/ofc.git/commit
Re-enable construction of SpatialRestriction node.
authorFrancis Russell <francis@unchartedbackwaters.co.uk>
Mon, 9 Apr 2012 18:51:50 +0000 (19:51 +0100)
committerFrancis Russell <francis@unchartedbackwaters.co.uk>
Mon, 9 Apr 2012 18:51:50 +0000 (19:51 +0100)
commitf3f574a9a319c380e7387580aa45abd94c6b2452
treeb2150e379d3fbc83082db51aa78503bc5d06be80
parent3ad9946edefb78fc3a0b63b1173ce17a3fe52bfb
Re-enable construction of SpatialRestriction node.

The SpatialRestriction node corresponds to a FFT-box. We need to
specify where the FFT-box is to be constructed, so we have to pass an
index variable to "fftbox" as well. This is ugly, but we can just about
handle it in our current parser.
examples/test.ofl
src/ofc/generators/onetep/OnetepTypes.scala
src/ofc/generators/onetep/SpatialRestriction.scala
src/ofc/generators/onetep/TreeBuilder.scala
src/ofc/parser/Parser.scala
src/ofc/parser/Statement.scala