Plan 9 from Bell Labs’s /usr/web/sources/contrib/pac/sys/src/ape/cmd/bio/MrBayes_2.01/tree.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.



typedef struct node
	{
	struct node		*left, *right, *anc;
	int				memoryIndex, index, upDateCl, marked, x, y, 
					constraints, calibrations, scalerNode,
					flag, isCalibrated, isConstrained, constraintNum,
					calibrationNum, farrisSet, isOn, scalerIndex, upDateTi,
					uL, dL, mL;
	char			label[100], calibrationName[100], constraintName[100];
	double			length, nodeTime, calTime[2], scaler, v[2];
	}
	TreeNode;


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.