Information
- Paper topic: Animation
- Software type: Code
- Able to run a replicability test: True
- Replicability score: 3
- License: MIT
- Build mechanism: Makefile
- Dependencies: houdini
- Documentation score {0,1,2}: 1
- Reviewer: Julie Digne
Source code information
Comments
To compile with Houdini 18.0.287, I needed to do the following changes in SIM_PMLAdvect.cpp: change
UT_VoxelProbeCubeF srcProbe --> UT_VoxelProbeCube<fpreal32> srcProbe; (l278 and l358)
and
srcProbe.setPlusArray(src->field()); --> srcProbe.setConstPlusArray(src->field()); (l283 and l363)