/* noptot.h */ EXTERN struct t_noptot { /* *total number of opaicty cells used so far * this should be passed as a parameter to the subroutine calls from createopacity, * does not need to be a global variable */ long int nOpacTot; } noptot;