Skip to content

Commit

Permalink
POSITIONER becmes LOCATION
Browse files Browse the repository at this point in the history
  • Loading branch information
rncahn committed Apr 11, 2017
1 parent d7ad773 commit 32d5d5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/fiberassign.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ int main(int argc, char **argv) {
//combine the three input files
M=Targ;
printf(" Target size %d \n",M.size());
std::cout.flush();
//need to be able to match immutable target id to position in list
std::map<long long,int> invert_target;
std::map<long long,int>::iterator targetid_to_idx;
Expand Down
2 changes: 1 addition & 1 deletion src/global.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ void fa_write (int j, str outdir, const MTL & M, const Plates & P, const FP & pp
strcpy(tform[0], "J");
strcpy(tunit[0], "");

strcpy(ttype[1], "POSITIONER");
strcpy(ttype[1], "LOCATION");
strcpy(tform[1], "J");
strcpy(tunit[1], "");

Expand Down

0 comments on commit 32d5d5a

Please sign in to comment.