Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion ccx/src/exo.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <math.h>
#include <stdio.h>
#include <string.h>
#include <locale.h>
#include "CalculiX.h"
#ifdef EXODUSII
#include "exodusII.h"
Expand Down Expand Up @@ -49,7 +50,9 @@ void exo(double *co,ITG *nk,ITG *kon,ITG *ipkon,char *lakon,ITG *ne0,

#ifdef EXODUSII
/* stores the results in exo format


setlocale(LC_NUMERIC, "C");

iselect selects which nodes are to be stored:
iselect=-1 means only those nodes for which inum negative
ist, i.e. network nodes
Expand Down