SQLITE_NOTICE(283): recovered 5 frames from WAL file /data/mtt.fossil-wal
File mttroot/mtt/lib/comp/simple/C_eqn.m artifact 1216cb9019 part of check-in 8b6550d1f4
function structure = C_eqn(bond_number,bonds,direction,cr,args, ... structure,eqnfile); % C_eqn: equation generation for C component % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% if nargin<7 eqnfile = 'stdout'; end; % Unicausal version CorI = 1; structure = cieqn(bond_number,bonds,direction,cr,args, structure, ... CorI, eqnfile);