atwhaley / cfast

Automatically exported from code.google.com/p/cfast
0 stars 2 forks source link

CFAST fails if target position is listed as -1 in the input file #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If an input file contains a target location (X, Y, and/or Z) of -1 (the 
default value that should equate to the center of the room), CFAST fails 
at initialization.  Normally, the GUI takes care of this so most users 
will never see this problem (you have to manually edit a target to include 
the -1).

Original issue reported on code.google.com by cfastdev@gmail.com on 28 Oct 2008 at 5:35

GoogleCodeExporter commented 9 years ago
Corrected in Revision #54. Location is initialized to center of compartment at 
the 
floor when -1's are found in the location input.

Original comment by cfastdev@gmail.com on 28 Oct 2008 at 5:44

GoogleCodeExporter commented 9 years ago
Output for targets with correctly specified positions verified as unchanged.  
Sample 
problem with -1s for target position (created manually) now works.

Original comment by cfastdev@gmail.com on 28 Oct 2008 at 5:50