Skip to content

Commit

Permalink
removed PO4 req
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Sandberg committed Jan 10, 2025
1 parent 0b67fcc commit 8f508ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accessible_area/do_get_counts.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ foreach species $spp {
set ymin $YMIN
while {$ymin < $YMAX} {
puts "Running at $xmin $ymin leaflet $field"
set data [get_count_with_area $area $xmin $ymin "resname $species and name PO4 and $fieldid $field" top 0 -1 $stride]
set data [get_count_with_area $area $xmin $ymin "resname $species and $fieldid $field" top 0 -1 $stride]
puts $outfile $data

set ymin [expr $ymin + $step]
Expand Down

0 comments on commit 8f508ee

Please sign in to comment.