Closed jonlachmann closed 2 years ago
The added code is:
// Return here if Z has zero columns to avoid a segfault if (M == 0) return(Z);
Some cleanup of the function ZmatF was also done, but nothing that changed the code, just formatting and removal of commented code blocks.
The added code is:
Some cleanup of the function ZmatF was also done, but nothing that changed the code, just formatting and removal of commented code blocks.