COCOMO Staffing/Schedule model

Hans Albertsson hans at log-hb.UUCP
Thu Jul 19 11:40:35 AEST 1984


[]
If you are talking about the wicomo tape, a tiny add-on bit of info;
a very minor mod, not even a real mod, gets it running on 4.2 as well.
The only thing that doesn't survive is that wicomo does things like

while ( not eof ) and ( not eoln ) do .....

and 4.2 pc balks at that at run time, since testing for eoln at eof is NOT
permitted. At two spots in io.h, in the routine 
inputfileline
change to the proper sequence of nested ifs and whiles.

Since this is more a bug fix than a mod/port, no permission was sought.

It is a fair to middling program, but it is worth the extra trouble to mod
the package to use separate compilation, which it does NOT right now. 
Berkelely pc takes forever and a day with this giant...
Also, wicomo relies on the distinction between upper and lower case, hardly
proper for an ostensibly portable program.

I've got the originals and diffs on tape, so I'll post the diffs later,
after vacations are over, if ANYONE acxtively asks me to.
-- 
			{decvax,philabs}!mcvax!enea!log-hb!hans
			Hans Albertsson, 
			TeleLOGIC AB
			Box 1001,
			S-14901 Nynashamn,
			SWEDEN



More information about the Comp.unix.wizards mailing list