Skip to content
Snippets Groups Projects
Commit c10c1103 authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

*** empty log message ***

parent 4044e809
No related branches found
No related tags found
No related merge requests found
#include "GmshConfig.h"
#include "GmshMessage.h"
#include "gmshLinearSystemCSR.h"
#include <stdlib.h>
#include <string.h>
#define SWAP(a,b) temp=(a);(a)=(b);(b)=temp;
#define SWAPI(a,b) tempi=(a);(a)=(b);(b)=tempi;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment